Html Css Color HEX #BBFFEF Water Leaf

📋 copy color: '#BBFFEF'

red 187 ◦ green 255 ◦ blue 239

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

Shades of Water Leaf #BBFFEF

Tints of Water Leaf #BBFFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.1%

R = 27.46%
G = 37.44%
B = 35.1%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#BBFFEF (or 0xBBFFEF) is known color: Water Leaf. HEX triplet: BB, FF and EF. RGB value is (187,255,239). Sum of RGB (Red+Green+Blue) = 187+255+239=681 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.46% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 239 (93.75% from 255 or 35.10% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFFEF is #440010. Grayscale: #E8E8E8. Windows color (decimal): -4456465 or 15728571. OLE color: 15728571.

HSL color Cylindrical-coordinate representation of color #BBFFEF: hue angle of 165.88º 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 #BBFFEF is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB 187 255 239 -
CMYK 0.27 0 0.06 0
HSL 165.88º 1% 0.87% -
HSV(B) 165.88º 0.27% 1% -
XYZ 71.83 88.32 94.92 -
YUV 232.84 131.47 95.3 -
System Red Green Blue C M Y K H S L
Decimal 187 255 239 0.27 0 0.06 0 165.88 1 0.87
Hex BB FF EF 1B 0 6 0 A6 64 57
Octal 273 377 357 33 0 6 0 246 144 127
Binary 10111011 11111111 11101111 11011 0 110 0 10100110 1100100 1010111

Color Harmonies of #BBFFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFFEF

Black with #BBFFEF

Text Example


Text Example

White with #BBFFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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