Html Css Color HEX #BBEFE5 Water Leaf

📋 copy color: '#BBEFE5'

red 187 ◦ green 239 ◦ blue 229

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

Shades of Water Leaf #BBEFE5

Tints of Water Leaf #BBEFE5

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.49%

 BLUE value IS 229 (89.84% from 255) = 34.96%

R = 28.55%
G = 36.49%
B = 34.96%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#BBEFE5 (or 0xBBEFE5) is known color: Water Leaf. HEX triplet: BB, EF and E5. RGB value is (187,239,229). Sum of RGB (Red+Green+Blue) = 187+239+229=655 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.55% from 655); Green value is 239 (93.75% from 255 or 36.49% from 655); Blue value is 229 (89.84% from 255 or 34.96% from 655); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEFE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEFE5 is #44101A. Grayscale: #DEDEDE. Windows color (decimal): -4460571 or 15069115. OLE color: 15069115.

HSL color Cylindrical-coordinate representation of color #BBEFE5: hue angle of 168.46º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBEFE5 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 239 229 -
CMYK 0.22 0 0.04 0.06
HSL 168.46º 0.62% 0.84% -
HSV(B) 168.46º 0.22% 0.94% -
XYZ 65.5 77.95 85.72 -
YUV 222.31 131.77 102.81 -
System Red Green Blue C M Y K H S L
Decimal 187 239 229 0.22 0 0.04 0.06 168.46 0.62 0.84
Hex BB EF E5 16 0 4 6 A8 3E 54
Octal 273 357 345 26 0 4 6 250 76 124
Binary 10111011 11101111 11100101 10110 0 100 110 10101000 111110 1010100

Color Harmonies of #BBEFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEFE5

Black with #BBEFE5

Text Example


Text Example

White with #BBEFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEFE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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