Html Css Color HEX #BBEEE1 Water Leaf

📋 copy color: '#BBEEE1'

red 187 ◦ green 238 ◦ blue 225

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

Shades of Water Leaf #BBEEE1

Tints of Water Leaf #BBEEE1

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.62%

 BLUE value IS 225 (88.28% from 255) = 34.62%

R = 28.77%
G = 36.62%
B = 34.62%

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

#BBEEE1 (or 0xBBEEE1) is known color: Water Leaf. HEX triplet: BB, EE and E1. RGB value is (187,238,225). Sum of RGB (Red+Green+Blue) = 187+238+225=650 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.77% from 650); Green value is 238 (93.36% from 255 or 36.62% from 650); Blue value is 225 (88.28% from 255 or 34.62% from 650); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEEE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEEE1 is #44111E. Grayscale: #DDDDDD. Windows color (decimal): -4460831 or 14806715. OLE color: 14806715.

HSL color Cylindrical-coordinate representation of color #BBEEE1: hue angle of 164.71º degrees, saturation: 0.6, 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 #BBEEE1 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 238 225 -
CMYK 0.21 0 0.05 0.07
HSL 164.71º 0.6% 0.83% -
HSV(B) 164.71º 0.21% 0.93% -
XYZ 64.66 77.15 82.72 -
YUV 221.27 130.1 103.56 -
System Red Green Blue C M Y K H S L
Decimal 187 238 225 0.21 0 0.05 0.07 164.71 0.6 0.83
Hex BB EE E1 15 0 5 7 A5 3C 53
Octal 273 356 341 25 0 5 7 245 74 123
Binary 10111011 11101110 11100001 10101 0 101 111 10100101 111100 1010011

Color Harmonies of #BBEEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEEE1

Black with #BBEEE1

Text Example


Text Example

White with #BBEEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEEE1; }

 p { color: rgb(187,238,225); }

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

background-color css

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

 a { background-color: rgb(187,238,225); }

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

border-color css

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

 span { border-color: rgb(187,238,225); }

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