Html Css Color HEX #BDF1EA Water Leaf

📋 copy color: '#BDF1EA'

red 189 ◦ green 241 ◦ blue 234

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

Shades of Water Leaf #BDF1EA

Tints of Water Leaf #BDF1EA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.3%

 BLUE value IS 234 (91.8% from 255) = 35.24%

R = 28.46%
G = 36.3%
B = 35.24%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#BDF1EA (or 0xBDF1EA) is known color: Water Leaf. HEX triplet: BD, F1 and EA. RGB value is (189,241,234). Sum of RGB (Red+Green+Blue) = 189+241+234=664 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.46% from 664); Green value is 241 (94.53% from 255 or 36.30% from 664); Blue value is 234 (91.80% from 255 or 35.24% from 664); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF1EA is #420E15. Grayscale: #E0E0E0. Windows color (decimal): -4328982 or 15397309. OLE color: 15397309.

HSL color Cylindrical-coordinate representation of color #BDF1EA: hue angle of 171.92º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF1EA is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 241 234 -
CMYK 0.22 0 0.03 0.05
HSL 171.92º 0.65% 0.84% -
HSV(B) 171.92º 0.22% 0.95% -
XYZ 67.29 79.67 89.67 -
YUV 224.65 133.27 102.57 -
System Red Green Blue C M Y K H S L
Decimal 189 241 234 0.22 0 0.03 0.05 171.92 0.65 0.84
Hex BD F1 EA 16 0 3 5 AC 41 54
Octal 275 361 352 26 0 3 5 254 101 124
Binary 10111101 11110001 11101010 10110 0 11 101 10101100 1000001 1010100

Color Harmonies of #BDF1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF1EA

Black with #BDF1EA

Text Example


Text Example

White with #BDF1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF1EA; }

 p { color: rgb(189,241,234); }

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

background-color css

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

 a { background-color: rgb(189,241,234); }

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

border-color css

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

 span { border-color: rgb(189,241,234); }

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