Html Css Color HEX #BCF6FA Pale Turquoise

📋 copy color: '#BCF6FA'

red 188 ◦ green 246 ◦ blue 250

#BCF6FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Turquoise #BCF6FA

Tints of Pale Turquoise #BCF6FA

RGB

 RED value IS 188 (73.83% from 255) = 27.49%

 GREEN value IS 246 (96.48% from 255) = 35.96%

 BLUE value IS 250 (98.05% from 255) = 36.55%

R = 27.49%
G = 35.96%
B = 36.55%

CMYK

 C value IS 0.25

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCF6FA (or 0xBCF6FA) is known color: Pale Turquoise. HEX triplet: BC, F6 and FA. RGB value is (188,246,250). Sum of RGB (Red+Green+Blue) = 188+246+250=684 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.49% from 684); Green value is 246 (96.48% from 255 or 35.96% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCF6FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF6FA is #430905. Grayscale: #E5E5E5. Windows color (decimal): -4393222 or 16447164. OLE color: 16447164.

HSL color Cylindrical-coordinate representation of color #BCF6FA: hue angle of 183.87º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCF6FA is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 246 250 -
CMYK 0.25 0.02 0 0.02
HSL 183.87º 0.86% 0.86% -
HSV(B) 183.87º 0.25% 0.98% -
XYZ 70.95 83.51 102.82 -
YUV 229.11 139.78 98.67 -
System Red Green Blue C M Y K H S L
Decimal 188 246 250 0.25 0.02 0 0.02 183.87 0.86 0.86
Hex BC F6 FA 19 2 0 2 B8 56 56
Octal 274 366 372 31 2 0 2 270 126 126
Binary 10111100 11110110 11111010 11001 10 0 10 10111000 1010110 1010110

Color Harmonies of #BCF6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF6FA

Black with #BCF6FA

Text Example


Text Example

White with #BCF6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF6FA; }

 p { color: rgb(188,246,250); }

 H1.HeaderClassName
 {
   color: #BCF6FA;
 }
 .AnyTagClassName
 {
   color: #BCF6FA;
 }
</style>

background-color css

<style>
 a { background-color: #BCF6FA; }

 a { background-color: rgb(188,246,250); }

 div.DivClassName
 {
   background-color: #BCF6FA;
 }
 .BgClassName
 {
   background-color: #BCF6FA;
 }
</style>

border-color css

<style>
 span { border-color: #BCF6FA; }

 span { border-color: rgb(188,246,250); }

 td.TdClassName
 {
   border-color: #BCF6FA;
 }
 .TagClassName
 {
   border-color: #BCF6FA;
 }
</style>