Html Css Color HEX #BBEFDF Water Leaf

📋 copy color: '#BBEFDF'

red 187 ◦ green 239 ◦ blue 223

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

Shades of Water Leaf #BBEFDF

Tints of Water Leaf #BBEFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.36%

R = 28.81%
G = 36.83%
B = 34.36%

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

#BBEFDF (or 0xBBEFDF) is known color: Water Leaf. HEX triplet: BB, EF and DF. RGB value is (187,239,223). Sum of RGB (Red+Green+Blue) = 187+239+223=649 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.81% from 649); Green value is 239 (93.75% from 255 or 36.83% from 649); Blue value is 223 (87.5% from 255 or 34.36% from 649); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEFDF is #441020. Grayscale: #DDDDDD. Windows color (decimal): -4460577 or 14675899. OLE color: 14675899.

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

Color convert

RGB 187 239 223 -
CMYK 0.22 0 0.07 0.06
HSL 161.54º 0.62% 0.84% -
HSV(B) 161.54º 0.22% 0.94% -
XYZ 64.68 77.63 81.39 -
YUV 221.63 128.77 103.3 -
System Red Green Blue C M Y K H S L
Decimal 187 239 223 0.22 0 0.07 0.06 161.54 0.62 0.84
Hex BB EF DF 16 0 7 6 A2 3E 54
Octal 273 357 337 26 0 7 6 242 76 124
Binary 10111011 11101111 11011111 10110 0 111 110 10100010 111110 1010100

Color Harmonies of #BBEFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEFDF

Black with #BBEFDF

Text Example


Text Example

White with #BBEFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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