Html Css Color HEX #BDF2E5 Water Leaf

📋 copy color: '#BDF2E5'

red 189 ◦ green 242 ◦ blue 229

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

Shades of Water Leaf #BDF2E5

Tints of Water Leaf #BDF2E5

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.67%

 BLUE value IS 229 (89.84% from 255) = 34.7%

R = 28.64%
G = 36.67%
B = 34.7%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#BDF2E5 (or 0xBDF2E5) is known color: Water Leaf. HEX triplet: BD, F2 and E5. RGB value is (189,242,229). Sum of RGB (Red+Green+Blue) = 189+242+229=660 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.64% from 660); Green value is 242 (94.92% from 255 or 36.67% from 660); Blue value is 229 (89.84% from 255 or 34.70% from 660); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF2E5 is #420D1A. Grayscale: #E0E0E0. Windows color (decimal): -4328731 or 15069885. OLE color: 15069885.

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

Color convert

RGB 189 242 229 -
CMYK 0.22 0 0.05 0.05
HSL 165.28º 0.67% 0.85% -
HSV(B) 165.28º 0.22% 0.95% -
XYZ 66.88 79.98 86.04 -
YUV 224.67 130.44 102.56 -
System Red Green Blue C M Y K H S L
Decimal 189 242 229 0.22 0 0.05 0.05 165.28 0.67 0.85
Hex BD F2 E5 16 0 5 5 A5 43 55
Octal 275 362 345 26 0 5 5 245 103 125
Binary 10111101 11110010 11100101 10110 0 101 101 10100101 1000011 1010101

Color Harmonies of #BDF2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF2E5

Black with #BDF2E5

Text Example


Text Example

White with #BDF2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF2E5; }

 p { color: rgb(189,242,229); }

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

background-color css

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

 a { background-color: rgb(189,242,229); }

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

border-color css

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

 span { border-color: rgb(189,242,229); }

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