Html Css Color HEX #BBEADA Water Leaf

📋 copy color: '#BBEADA'

red 187 ◦ green 234 ◦ blue 218

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

Shades of Water Leaf #BBEADA

Tints of Water Leaf #BBEADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.12%

R = 29.26%
G = 36.62%
B = 34.12%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#BBEADA (or 0xBBEADA) is known color: Water Leaf. HEX triplet: BB, EA and DA. RGB value is (187,234,218). Sum of RGB (Red+Green+Blue) = 187+234+218=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 234 (91.80% from 255 or 36.62% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEADA is #441525. Grayscale: #DADADA. Windows color (decimal): -4461862 or 14346939. OLE color: 14346939.

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

Color convert

RGB 187 234 218 -
CMYK 0.20 0 0.07 0.08
HSL 159.57º 0.53% 0.83% -
HSV(B) 159.57º 0.2% 0.92% -
XYZ 62.57 74.47 77.41 -
YUV 218.12 127.93 105.8 -
System Red Green Blue C M Y K H S L
Decimal 187 234 218 0.20 0 0.07 0.08 159.57 0.53 0.83
Hex BB EA DA 14 0 7 8 A0 35 53
Octal 273 352 332 24 0 7 10 240 65 123
Binary 10111011 11101010 11011010 10100 0 111 1000 10100000 110101 1010011

Color Harmonies of #BBEADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEADA

Black with #BBEADA

Text Example


Text Example

White with #BBEADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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