Html Css Color HEX #BBFEF9 Pale Turquoise

📋 copy color: '#BBFEF9'

red 187 ◦ green 254 ◦ blue 249

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

Shades of Pale Turquoise #BBFEF9

Tints of Pale Turquoise #BBFEF9

RGB

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

 GREEN value IS 254 (99.61% from 255) = 36.81%

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

R = 27.1%
G = 36.81%
B = 36.09%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#BBFEF9 (or 0xBBFEF9) is known color: Pale Turquoise. HEX triplet: BB, FE and F9. RGB value is (187,254,249). Sum of RGB (Red+Green+Blue) = 187+254+249=690 (91% of max value = 765). Red value is 187 (73.44% from 255 or 27.10% from 690); Green value is 254 (99.61% from 255 or 36.81% from 690); Blue value is 249 (97.66% from 255 or 36.09% from 690); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFEF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFEF9 is #440106. Grayscale: #E9E9E9. Windows color (decimal): -4456711 or 16383675. OLE color: 16383675.

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

Color convert

RGB 187 254 249 -
CMYK 0.26 0 0.02 0.00
HSL 175.52º 0.97% 0.86% -
HSV(B) 175.52º 0.26% 1% -
XYZ 73.03 88.29 102.81 -
YUV 233.4 136.8 94.91 -
System Red Green Blue C M Y K H S L
Decimal 187 254 249 0.26 0 0.02 0.00 175.52 0.97 0.86
Hex BB FE F9 1A 0 2 0 B0 61 56
Octal 273 376 371 32 0 2 0 260 141 126
Binary 10111011 11111110 11111001 11010 0 10 0 10110000 1100001 1010110

Color Harmonies of #BBFEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFEF9

Black with #BBFEF9

Text Example


Text Example

White with #BBFEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFEF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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