Html Css Color HEX #BBFBED Water Leaf

📋 copy color: '#BBFBED'

red 187 ◦ green 251 ◦ blue 237

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

Shades of Water Leaf #BBFBED

Tints of Water Leaf #BBFBED

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.19%

 BLUE value IS 237 (92.97% from 255) = 35.11%

R = 27.7%
G = 37.19%
B = 35.11%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#BBFBED (or 0xBBFBED) is known color: Water Leaf. HEX triplet: BB, FB and ED. RGB value is (187,251,237). Sum of RGB (Red+Green+Blue) = 187+251+237=675 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.70% from 675); Green value is 251 (98.44% from 255 or 37.19% from 675); Blue value is 237 (92.97% from 255 or 35.11% from 675); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFBED is #440412. Grayscale: #E6E6E6. Windows color (decimal): -4457491 or 15596475. OLE color: 15596475.

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

Color convert

RGB 187 251 237 -
CMYK 0.25 0 0.06 0.02
HSL 166.88º 0.89% 0.86% -
HSV(B) 166.88º 0.25% 0.98% -
XYZ 70.28 85.67 92.95 -
YUV 230.27 131.8 97.14 -
System Red Green Blue C M Y K H S L
Decimal 187 251 237 0.25 0 0.06 0.02 166.88 0.89 0.86
Hex BB FB ED 19 0 6 2 A7 59 56
Octal 273 373 355 31 0 6 2 247 131 126
Binary 10111011 11111011 11101101 11001 0 110 10 10100111 1011001 1010110

Color Harmonies of #BBFBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFBED

Black with #BBFBED

Text Example


Text Example

White with #BBFBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFBED; }

 p { color: rgb(187,251,237); }

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

background-color css

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

 a { background-color: rgb(187,251,237); }

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

border-color css

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

 span { border-color: rgb(187,251,237); }

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