Html Css Color HEX #BBEBDF Water Leaf

📋 copy color: '#BBEBDF'

red 187 ◦ green 235 ◦ blue 223

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

Shades of Water Leaf #BBEBDF

Tints of Water Leaf #BBEBDF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.43%

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

R = 28.99%
G = 36.43%
B = 34.57%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#BBEBDF (or 0xBBEBDF) is known color: Water Leaf. HEX triplet: BB, EB and DF. RGB value is (187,235,223). Sum of RGB (Red+Green+Blue) = 187+235+223=645 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.99% from 645); Green value is 235 (92.19% from 255 or 36.43% from 645); Blue value is 223 (87.5% from 255 or 34.57% from 645); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEBDF is #441420. Grayscale: #DBDBDB. Windows color (decimal): -4461601 or 14674875. OLE color: 14674875.

HSL color Cylindrical-coordinate representation of color #BBEBDF: hue angle of 165º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBEBDF is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 235 223 -
CMYK 0.20 0 0.05 0.08
HSL 165º 0.55% 0.83% -
HSV(B) 165º 0.2% 0.92% -
XYZ 63.52 75.31 81 -
YUV 219.28 130.1 104.98 -
System Red Green Blue C M Y K H S L
Decimal 187 235 223 0.20 0 0.05 0.08 165 0.55 0.83
Hex BB EB DF 14 0 5 8 A5 37 53
Octal 273 353 337 24 0 5 10 245 67 123
Binary 10111011 11101011 11011111 10100 0 101 1000 10100101 110111 1010011

Color Harmonies of #BBEBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEBDF

Black with #BBEBDF

Text Example


Text Example

White with #BBEBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEBDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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