Html Css Color HEX #BBEADF Water Leaf

📋 copy color: '#BBEADF'

red 187 ◦ green 234 ◦ blue 223

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

Shades of Water Leaf #BBEADF

Tints of Water Leaf #BBEADF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.34%

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

R = 29.04%
G = 36.34%
B = 34.63%

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

#BBEADF (or 0xBBEADF) is known color: Water Leaf. HEX triplet: BB, EA and DF. RGB value is (187,234,223). Sum of RGB (Red+Green+Blue) = 187+234+223=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 234 (91.80% from 255 or 36.34% from 644); Blue value is 223 (87.5% from 255 or 34.63% from 644); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEADF is #441520. Grayscale: #DADADA. Windows color (decimal): -4461857 or 14674619. OLE color: 14674619.

HSL color Cylindrical-coordinate representation of color #BBEADF: hue angle of 165.96º degrees, saturation: 0.53, 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 #BBEADF is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 234 223 -
CMYK 0.20 0 0.05 0.08
HSL 165.96º 0.53% 0.83% -
HSV(B) 165.96º 0.2% 0.92% -
XYZ 63.24 74.74 80.91 -
YUV 218.69 130.43 105.39 -
System Red Green Blue C M Y K H S L
Decimal 187 234 223 0.20 0 0.05 0.08 165.96 0.53 0.83
Hex BB EA DF 14 0 5 8 A6 35 53
Octal 273 352 337 24 0 5 10 246 65 123
Binary 10111011 11101010 11011111 10100 0 101 1000 10100110 110101 1010011

Color Harmonies of #BBEADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEADF

Black with #BBEADF

Text Example


Text Example

White with #BBEADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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