Html Css Color HEX #BBEFDE Water Leaf

📋 copy color: '#BBEFDE'

red 187 ◦ green 239 ◦ blue 222

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

Shades of Water Leaf #BBEFDE

Tints of Water Leaf #BBEFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.26%

R = 28.86%
G = 36.88%
B = 34.26%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#BBEFDE (or 0xBBEFDE) is known color: Water Leaf. HEX triplet: BB, EF and DE. RGB value is (187,239,222). Sum of RGB (Red+Green+Blue) = 187+239+222=648 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.86% from 648); Green value is 239 (93.75% from 255 or 36.88% from 648); Blue value is 222 (87.11% from 255 or 34.26% from 648); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEFDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEFDE is #441021. Grayscale: #DDDDDD. Windows color (decimal): -4460578 or 14610363. OLE color: 14610363.

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

Color convert

RGB 187 239 222 -
CMYK 0.22 0 0.07 0.06
HSL 160.38º 0.62% 0.84% -
HSV(B) 160.38º 0.22% 0.94% -
XYZ 64.54 77.57 80.68 -
YUV 221.51 128.27 103.38 -
System Red Green Blue C M Y K H S L
Decimal 187 239 222 0.22 0 0.07 0.06 160.38 0.62 0.84
Hex BB EF DE 16 0 7 6 A0 3E 54
Octal 273 357 336 26 0 7 6 240 76 124
Binary 10111011 11101111 11011110 10110 0 111 110 10100000 111110 1010100

Color Harmonies of #BBEFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEFDE

Black with #BBEFDE

Text Example


Text Example

White with #BBEFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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