Html Css Color HEX #BBEDE2 Water Leaf

📋 copy color: '#BBEDE2'

red 187 ◦ green 237 ◦ blue 226

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

Shades of Water Leaf #BBEDE2

Tints of Water Leaf #BBEDE2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.46%

 BLUE value IS 226 (88.67% from 255) = 34.77%

R = 28.77%
G = 36.46%
B = 34.77%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#BBEDE2 (or 0xBBEDE2) is known color: Water Leaf. HEX triplet: BB, ED and E2. RGB value is (187,237,226). Sum of RGB (Red+Green+Blue) = 187+237+226=650 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.77% from 650); Green value is 237 (92.97% from 255 or 36.46% from 650); Blue value is 226 (88.67% from 255 or 34.77% from 650); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEDE2 is #44121D. Grayscale: #DCDCDC. Windows color (decimal): -4461086 or 14871995. OLE color: 14871995.

HSL color Cylindrical-coordinate representation of color #BBEDE2: hue angle of 166.8º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBEDE2 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 237 226 -
CMYK 0.21 0 0.05 0.07
HSL 166.8º 0.58% 0.83% -
HSV(B) 166.8º 0.21% 0.93% -
XYZ 64.51 76.62 83.34 -
YUV 220.8 130.94 103.89 -
System Red Green Blue C M Y K H S L
Decimal 187 237 226 0.21 0 0.05 0.07 166.8 0.58 0.83
Hex BB ED E2 15 0 5 7 A7 3A 53
Octal 273 355 342 25 0 5 7 247 72 123
Binary 10111011 11101101 11100010 10101 0 101 111 10100111 111010 1010011

Color Harmonies of #BBEDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEDE2

Black with #BBEDE2

Text Example


Text Example

White with #BBEDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEDE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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