Html Css Color HEX #BCF6FB Pale Turquoise

📋 copy color: '#BCF6FB'

red 188 ◦ green 246 ◦ blue 251

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

Shades of Pale Turquoise #BCF6FB

Tints of Pale Turquoise #BCF6FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 36.64%

R = 27.45%
G = 35.91%
B = 36.64%

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

#BCF6FB (or 0xBCF6FB) is known color: Pale Turquoise. HEX triplet: BC, F6 and FB. RGB value is (188,246,251). Sum of RGB (Red+Green+Blue) = 188+246+251=685 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.45% from 685); Green value is 246 (96.48% from 255 or 35.91% from 685); Blue value is 251 (98.44% from 255 or 36.64% from 685); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCF6FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF6FB is #430904. Grayscale: #E5E5E5. Windows color (decimal): -4393221 or 16512700. OLE color: 16512700.

HSL color Cylindrical-coordinate representation of color #BCF6FB: hue angle of 184.76º degrees, saturation: 0.89, 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 #BCF6FB is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 246 251 -
CMYK 0.25 0.02 0 0.02
HSL 184.76º 0.89% 0.86% -
HSV(B) 184.76º 0.25% 0.98% -
XYZ 71.11 83.57 103.65 -
YUV 229.23 140.28 98.59 -
System Red Green Blue C M Y K H S L
Decimal 188 246 251 0.25 0.02 0 0.02 184.76 0.89 0.86
Hex BC F6 FB 19 2 0 2 B9 59 56
Octal 274 366 373 31 2 0 2 271 131 126
Binary 10111100 11110110 11111011 11001 10 0 10 10111001 1011001 1010110

Color Harmonies of #BCF6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF6FB

Black with #BCF6FB

Text Example


Text Example

White with #BCF6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF6FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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