Html Css Color HEX #BDEBE0 Water Leaf

📋 copy color: '#BDEBE0'

red 189 ◦ green 235 ◦ blue 224

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

Shades of Water Leaf #BDEBE0

Tints of Water Leaf #BDEBE0

RGB

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

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

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

R = 29.17%
G = 36.27%
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

#BDEBE0 (or 0xBDEBE0) is known color: Water Leaf. HEX triplet: BD, EB and E0. RGB value is (189,235,224). Sum of RGB (Red+Green+Blue) = 189+235+224=648 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.17% from 648); Green value is 235 (92.19% from 255 or 36.27% from 648); Blue value is 224 (87.89% from 255 or 34.57% from 648); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEBE0 is #42141F. Grayscale: #DBDBDB. Windows color (decimal): -4330528 or 14740413. OLE color: 14740413.

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

Color convert

RGB 189 235 224 -
CMYK 0.20 0 0.05 0.08
HSL 165.65º 0.53% 0.83% -
HSV(B) 165.65º 0.2% 0.92% -
XYZ 64.15 75.62 81.74 -
YUV 219.99 130.26 105.89 -
System Red Green Blue C M Y K H S L
Decimal 189 235 224 0.20 0 0.05 0.08 165.65 0.53 0.83
Hex BD EB E0 14 0 5 8 A6 35 53
Octal 275 353 340 24 0 5 10 246 65 123
Binary 10111101 11101011 11100000 10100 0 101 1000 10100110 110101 1010011

Color Harmonies of #BDEBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEBE0

Black with #BDEBE0

Text Example


Text Example

White with #BDEBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEBE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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