Html Css Color HEX #BDFFEE Water Leaf

📋 copy color: '#BDFFEE'

red 189 ◦ green 255 ◦ blue 238

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

Shades of Water Leaf #BDFFEE

Tints of Water Leaf #BDFFEE

RGB

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

 GREEN value IS 255 (100% from 255) = 37.39%

 BLUE value IS 238 (93.36% from 255) = 34.9%

R = 27.71%
G = 37.39%
B = 34.9%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#BDFFEE (or 0xBDFFEE) is known color: Water Leaf. HEX triplet: BD, FF and EE. RGB value is (189,255,238). Sum of RGB (Red+Green+Blue) = 189+255+238=682 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.71% from 682); Green value is 255 (100% from 255 or 37.39% from 682); Blue value is 238 (93.36% from 255 or 34.90% from 682); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFFEE is #420011. Grayscale: #E9E9E9. Windows color (decimal): -4325394 or 15663037. OLE color: 15663037.

HSL color Cylindrical-coordinate representation of color #BDFFEE: hue angle of 164.55º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFFEE is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 189 255 238 -
CMYK 0.26 0 0.07 0
HSL 164.55º 1% 0.87% -
HSV(B) 164.55º 0.26% 1% -
XYZ 72.18 88.51 94.17 -
YUV 233.33 130.63 96.38 -
System Red Green Blue C M Y K H S L
Decimal 189 255 238 0.26 0 0.07 0 164.55 1 0.87
Hex BD FF EE 1A 0 7 0 A5 64 57
Octal 275 377 356 32 0 7 0 245 144 127
Binary 10111101 11111111 11101110 11010 0 111 0 10100101 1100100 1010111

Color Harmonies of #BDFFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFFEE

Black with #BDFFEE

Text Example


Text Example

White with #BDFFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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