Html Css Color HEX #BDF8EA Water Leaf

📋 copy color: '#BDF8EA'

red 189 ◦ green 248 ◦ blue 234

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

Shades of Water Leaf #BDF8EA

Tints of Water Leaf #BDF8EA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 36.96%

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

R = 28.17%
G = 36.96%
B = 34.87%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#BDF8EA (or 0xBDF8EA) is known color: Water Leaf. HEX triplet: BD, F8 and EA. RGB value is (189,248,234). Sum of RGB (Red+Green+Blue) = 189+248+234=671 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.17% from 671); Green value is 248 (97.27% from 255 or 36.96% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF8EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF8EA is #420715. Grayscale: #E4E4E4. Windows color (decimal): -4327190 or 15399101. OLE color: 15399101.

HSL color Cylindrical-coordinate representation of color #BDF8EA: hue angle of 165.76º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDF8EA is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 248 234 -
CMYK 0.24 0 0.06 0.03
HSL 165.76º 0.81% 0.86% -
HSV(B) 165.76º 0.24% 0.97% -
XYZ 69.4 83.89 90.38 -
YUV 228.76 130.95 99.64 -
System Red Green Blue C M Y K H S L
Decimal 189 248 234 0.24 0 0.06 0.03 165.76 0.81 0.86
Hex BD F8 EA 18 0 6 3 A6 51 56
Octal 275 370 352 30 0 6 3 246 121 126
Binary 10111101 11111000 11101010 11000 0 110 11 10100110 1010001 1010110

Color Harmonies of #BDF8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF8EA

Black with #BDF8EA

Text Example


Text Example

White with #BDF8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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