Html Css Color HEX #BBEFDD Water Leaf

📋 copy color: '#BBEFDD'

red 187 ◦ green 239 ◦ blue 221

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

Shades of Water Leaf #BBEFDD

Tints of Water Leaf #BBEFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.16%

R = 28.9%
G = 36.94%
B = 34.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#BBEFDD (or 0xBBEFDD) is known color: Water Leaf. HEX triplet: BB, EF and DD. RGB value is (187,239,221). Sum of RGB (Red+Green+Blue) = 187+239+221=647 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.90% from 647); Green value is 239 (93.75% from 255 or 36.94% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEFDD is #441022. Grayscale: #DDDDDD. Windows color (decimal): -4460579 or 14544827. OLE color: 14544827.

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

Color convert

RGB 187 239 221 -
CMYK 0.22 0 0.08 0.06
HSL 159.23º 0.62% 0.84% -
HSV(B) 159.23º 0.22% 0.94% -
XYZ 64.41 77.52 79.97 -
YUV 221.4 127.77 103.46 -
System Red Green Blue C M Y K H S L
Decimal 187 239 221 0.22 0 0.08 0.06 159.23 0.62 0.84
Hex BB EF DD 16 0 8 6 9F 3E 54
Octal 273 357 335 26 0 10 6 237 76 124
Binary 10111011 11101111 11011101 10110 0 1000 110 10011111 111110 1010100

Color Harmonies of #BBEFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEFDD

Black with #BBEFDD

Text Example


Text Example

White with #BBEFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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