Html Css Color HEX #BDEEE3 Water Leaf

📋 copy color: '#BDEEE3'

red 189 ◦ green 238 ◦ blue 227

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

Shades of Water Leaf #BDEEE3

Tints of Water Leaf #BDEEE3

RGB

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

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

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

R = 28.9%
G = 36.39%
B = 34.71%

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

#BDEEE3 (or 0xBDEEE3) is known color: Water Leaf. HEX triplet: BD, EE and E3. RGB value is (189,238,227). Sum of RGB (Red+Green+Blue) = 189+238+227=654 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.90% from 654); Green value is 238 (93.36% from 255 or 36.39% from 654); Blue value is 227 (89.06% from 255 or 34.71% from 654); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEEE3 is #42111C. Grayscale: #DEDEDE. Windows color (decimal): -4329757 or 14937789. OLE color: 14937789.

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

Color convert

RGB 189 238 227 -
CMYK 0.21 0 0.05 0.07
HSL 166.53º 0.59% 0.84% -
HSV(B) 166.53º 0.21% 0.93% -
XYZ 65.43 77.51 84.19 -
YUV 222.1 130.77 104.39 -
System Red Green Blue C M Y K H S L
Decimal 189 238 227 0.21 0 0.05 0.07 166.53 0.59 0.84
Hex BD EE E3 15 0 5 7 A7 3B 54
Octal 275 356 343 25 0 5 7 247 73 124
Binary 10111101 11101110 11100011 10101 0 101 111 10100111 111011 1010100

Color Harmonies of #BDEEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEEE3

Black with #BDEEE3

Text Example


Text Example

White with #BDEEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEEE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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