Html Css Color HEX #BDEBE3 Water Leaf

📋 copy color: '#BDEBE3'

red 189 ◦ green 235 ◦ blue 227

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

Shades of Water Leaf #BDEBE3

Tints of Water Leaf #BDEBE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 34.87%

R = 29.03%
G = 36.1%
B = 34.87%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#BDEBE3 (or 0xBDEBE3) is known color: Water Leaf. HEX triplet: BD, EB and E3. RGB value is (189,235,227). Sum of RGB (Red+Green+Blue) = 189+235+227=651 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.03% from 651); Green value is 235 (92.19% from 255 or 36.10% from 651); Blue value is 227 (89.06% from 255 or 34.87% from 651); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEBE3 is #42141C. Grayscale: #DCDCDC. Windows color (decimal): -4330525 or 14937021. OLE color: 14937021.

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

Color convert

RGB 189 235 227 -
CMYK 0.20 0 0.03 0.08
HSL 169.57º 0.53% 0.83% -
HSV(B) 169.57º 0.2% 0.92% -
XYZ 64.56 75.78 83.9 -
YUV 220.33 131.76 105.65 -
System Red Green Blue C M Y K H S L
Decimal 189 235 227 0.20 0 0.03 0.08 169.57 0.53 0.83
Hex BD EB E3 14 0 3 8 AA 35 53
Octal 275 353 343 24 0 3 10 252 65 123
Binary 10111101 11101011 11100011 10100 0 11 1000 10101010 110101 1010011

Color Harmonies of #BDEBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEBE3

Black with #BDEBE3

Text Example


Text Example

White with #BDEBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEBE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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