Html Css Color HEX #BDF5E1 Water Leaf

📋 copy color: '#BDF5E1'

red 189 ◦ green 245 ◦ blue 225

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

Shades of Water Leaf #BDF5E1

Tints of Water Leaf #BDF5E1

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.18%

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

R = 28.68%
G = 37.18%
B = 34.14%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#BDF5E1 (or 0xBDF5E1) is known color: Water Leaf. HEX triplet: BD, F5 and E1. RGB value is (189,245,225). Sum of RGB (Red+Green+Blue) = 189+245+225=659 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.68% from 659); Green value is 245 (96.09% from 255 or 37.18% from 659); Blue value is 225 (88.28% from 255 or 34.14% from 659); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF5E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF5E1 is #420A1E. Grayscale: #E1E1E1. Windows color (decimal): -4327967 or 14808509. OLE color: 14808509.

HSL color Cylindrical-coordinate representation of color #BDF5E1: hue angle of 158.57º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF5E1 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 245 225 -
CMYK 0.23 0 0.08 0.04
HSL 158.57º 0.74% 0.85% -
HSV(B) 158.57º 0.23% 0.96% -
XYZ 67.23 81.56 83.43 -
YUV 225.98 127.45 101.63 -
System Red Green Blue C M Y K H S L
Decimal 189 245 225 0.23 0 0.08 0.04 158.57 0.74 0.85
Hex BD F5 E1 17 0 8 4 9F 4A 55
Octal 275 365 341 27 0 10 4 237 112 125
Binary 10111101 11110101 11100001 10111 0 1000 100 10011111 1001010 1010101

Color Harmonies of #BDF5E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF5E1

Black with #BDF5E1

Text Example


Text Example

White with #BDF5E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF5E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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