Html Css Color HEX #BDEEE1 Water Leaf

📋 copy color: '#BDEEE1'

red 189 ◦ green 238 ◦ blue 225

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

Shades of Water Leaf #BDEEE1

Tints of Water Leaf #BDEEE1

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.5%

 BLUE value IS 225 (88.28% from 255) = 34.51%

R = 28.99%
G = 36.5%
B = 34.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#BDEEE1 (or 0xBDEEE1) is known color: Water Leaf. HEX triplet: BD, EE and E1. RGB value is (189,238,225). Sum of RGB (Red+Green+Blue) = 189+238+225=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 225 (88.28% from 255 or 34.51% from 652); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEEE1 is #42111E. Grayscale: #DDDDDD. Windows color (decimal): -4329759 or 14806717. OLE color: 14806717.

HSL color Cylindrical-coordinate representation of color #BDEEE1: hue angle of 164.08º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEEE1 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 238 225 -
CMYK 0.21 0 0.05 0.07
HSL 164.08º 0.59% 0.84% -
HSV(B) 164.08º 0.21% 0.93% -
XYZ 65.15 77.4 82.74 -
YUV 221.87 129.77 104.56 -
System Red Green Blue C M Y K H S L
Decimal 189 238 225 0.21 0 0.05 0.07 164.08 0.59 0.84
Hex BD EE E1 15 0 5 7 A4 3B 54
Octal 275 356 341 25 0 5 7 244 73 124
Binary 10111101 11101110 11100001 10101 0 101 111 10100100 111011 1010100

Color Harmonies of #BDEEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEEE1

Black with #BDEEE1

Text Example


Text Example

White with #BDEEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEEE1; }

 p { color: rgb(189,238,225); }

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

background-color css

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

 a { background-color: rgb(189,238,225); }

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

border-color css

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

 span { border-color: rgb(189,238,225); }

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