Html Css Color HEX #BDEAE0 Water Leaf

📋 copy color: '#BDEAE0'

red 189 ◦ green 234 ◦ blue 224

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

Shades of Water Leaf #BDEAE0

Tints of Water Leaf #BDEAE0

RGB

 RED value IS 189 (74.22% from 255) = 29.21%

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

 BLUE value IS 224 (87.89% from 255) = 34.62%

R = 29.21%
G = 36.17%
B = 34.62%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#BDEAE0 (or 0xBDEAE0) is known color: Water Leaf. HEX triplet: BD, EA and E0. RGB value is (189,234,224). Sum of RGB (Red+Green+Blue) = 189+234+224=647 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.21% from 647); Green value is 234 (91.80% from 255 or 36.17% from 647); Blue value is 224 (87.89% from 255 or 34.62% from 647); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEAE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEAE0 is #42151F. Grayscale: #DBDBDB. Windows color (decimal): -4330784 or 14740157. OLE color: 14740157.

HSL color Cylindrical-coordinate representation of color #BDEAE0: hue angle of 166.67º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDEAE0 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 234 224 -
CMYK 0.19 0 0.04 0.08
HSL 166.67º 0.52% 0.83% -
HSV(B) 166.67º 0.19% 0.92% -
XYZ 63.86 75.05 81.64 -
YUV 219.41 130.59 106.31 -
System Red Green Blue C M Y K H S L
Decimal 189 234 224 0.19 0 0.04 0.08 166.67 0.52 0.83
Hex BD EA E0 13 0 4 8 A7 34 53
Octal 275 352 340 23 0 4 10 247 64 123
Binary 10111101 11101010 11100000 10011 0 100 1000 10100111 110100 1010011

Color Harmonies of #BDEAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEAE0

Black with #BDEAE0

Text Example


Text Example

White with #BDEAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEAE0; }

 p { color: rgb(189,234,224); }

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

background-color css

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

 a { background-color: rgb(189,234,224); }

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

border-color css

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

 span { border-color: rgb(189,234,224); }

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