Html Css Color HEX #BCFFF9 Pale Turquoise

📋 copy color: '#BCFFF9'

red 188 ◦ green 255 ◦ blue 249

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

Shades of Pale Turquoise #BCFFF9

Tints of Pale Turquoise #BCFFF9

RGB

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

 GREEN value IS 255 (100% from 255) = 36.85%

 BLUE value IS 249 (97.66% from 255) = 35.98%

R = 27.17%
G = 36.85%
B = 35.98%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#BCFFF9 (or 0xBCFFF9) is known color: Pale Turquoise. HEX triplet: BC, FF and F9. RGB value is (188,255,249). Sum of RGB (Red+Green+Blue) = 188+255+249=692 (91% of max value = 765). Red value is 188 (73.83% from 255 or 27.17% from 692); Green value is 255 (100% from 255 or 36.85% from 692); Blue value is 249 (97.66% from 255 or 35.98% from 692); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFFF9 is #430006. Grayscale: #EAEAEA. Windows color (decimal): -4390919 or 16383932. OLE color: 16383932.

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

Color convert

RGB 188 255 249 -
CMYK 0.26 0 0.02 0
HSL 174.63º 1% 0.87% -
HSV(B) 174.63º 0.26% 1% -
XYZ 73.6 89.05 102.93 -
YUV 234.28 136.3 94.99 -
System Red Green Blue C M Y K H S L
Decimal 188 255 249 0.26 0 0.02 0 174.63 1 0.87
Hex BC FF F9 1A 0 2 0 AF 64 57
Octal 274 377 371 32 0 2 0 257 144 127
Binary 10111100 11111111 11111001 11010 0 10 0 10101111 1100100 1010111

Color Harmonies of #BCFFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFFF9

Black with #BCFFF9

Text Example


Text Example

White with #BCFFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFFF9; }

 p { color: rgb(188,255,249); }

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

background-color css

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

 a { background-color: rgb(188,255,249); }

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

border-color css

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

 span { border-color: rgb(188,255,249); }

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