Html Css Color HEX #BDF2E7 Water Leaf

📋 copy color: '#BDF2E7'

red 189 ◦ green 242 ◦ blue 231

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

Shades of Water Leaf #BDF2E7

Tints of Water Leaf #BDF2E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 34.89%

R = 28.55%
G = 36.56%
B = 34.89%

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

#BDF2E7 (or 0xBDF2E7) is known color: Water Leaf. HEX triplet: BD, F2 and E7. RGB value is (189,242,231). Sum of RGB (Red+Green+Blue) = 189+242+231=662 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.55% from 662); Green value is 242 (94.92% from 255 or 36.56% from 662); Blue value is 231 (90.62% from 255 or 34.89% from 662); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF2E7 is #420D18. Grayscale: #E0E0E0. Windows color (decimal): -4328729 or 15200957. OLE color: 15200957.

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

Color convert

RGB 189 242 231 -
CMYK 0.22 0 0.05 0.05
HSL 167.55º 0.67% 0.85% -
HSV(B) 167.55º 0.22% 0.95% -
XYZ 67.16 80.09 87.52 -
YUV 224.9 131.44 102.39 -
System Red Green Blue C M Y K H S L
Decimal 189 242 231 0.22 0 0.05 0.05 167.55 0.67 0.85
Hex BD F2 E7 16 0 5 5 A8 43 55
Octal 275 362 347 26 0 5 5 250 103 125
Binary 10111101 11110010 11100111 10110 0 101 101 10101000 1000011 1010101

Color Harmonies of #BDF2E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF2E7

Black with #BDF2E7

Text Example


Text Example

White with #BDF2E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF2E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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