Html Css Color HEX #BBFFF9 Pale Turquoise

📋 copy color: '#BBFFF9'

red 187 ◦ green 255 ◦ blue 249

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

Shades of Pale Turquoise #BBFFF9

Tints of Pale Turquoise #BBFFF9

RGB

 RED value IS 187 (73.44% from 255) = 27.06%

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

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

R = 27.06%
G = 36.9%
B = 36.03%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#BBFFF9 (or 0xBBFFF9) is known color: Pale Turquoise. HEX triplet: BB, FF and F9. RGB value is (187,255,249). Sum of RGB (Red+Green+Blue) = 187+255+249=691 (91% of max value = 765). Red value is 187 (73.44% from 255 or 27.06% from 691); Green value is 255 (100% from 255 or 36.90% from 691); Blue value is 249 (97.66% from 255 or 36.03% from 691); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFFF9 is #440006. Grayscale: #E9E9E9. Windows color (decimal): -4456455 or 16383931. OLE color: 16383931.

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

Color convert

RGB 187 255 249 -
CMYK 0.27 0 0.02 0
HSL 174.71º 1% 0.87% -
HSV(B) 174.71º 0.27% 1% -
XYZ 73.35 88.92 102.92 -
YUV 233.98 136.47 94.49 -
System Red Green Blue C M Y K H S L
Decimal 187 255 249 0.27 0 0.02 0 174.71 1 0.87
Hex BB FF F9 1B 0 2 0 AF 64 57
Octal 273 377 371 33 0 2 0 257 144 127
Binary 10111011 11111111 11111001 11011 0 10 0 10101111 1100100 1010111

Color Harmonies of #BBFFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFFF9

Black with #BBFFF9

Text Example


Text Example

White with #BBFFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFFF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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