Html Css Color HEX #BDFDEA Water Leaf

📋 copy color: '#BDFDEA'

red 189 ◦ green 253 ◦ blue 234

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

Shades of Water Leaf #BDFDEA

Tints of Water Leaf #BDFDEA

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.43%

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

R = 27.96%
G = 37.43%
B = 34.62%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#BDFDEA (or 0xBDFDEA) is known color: Water Leaf. HEX triplet: BD, FD and EA. RGB value is (189,253,234). Sum of RGB (Red+Green+Blue) = 189+253+234=676 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.96% from 676); Green value is 253 (99.22% from 255 or 37.43% from 676); Blue value is 234 (91.80% from 255 or 34.62% from 676); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFDEA is #420215. Grayscale: #E7E7E7. Windows color (decimal): -4325910 or 15400381. OLE color: 15400381.

HSL color Cylindrical-coordinate representation of color #BDFDEA: hue angle of 162.19º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFDEA is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 253 234 -
CMYK 0.25 0 0.08 0.01
HSL 162.19º 0.94% 0.87% -
HSV(B) 162.19º 0.25% 0.99% -
XYZ 70.96 87.01 90.9 -
YUV 231.7 129.3 97.54 -
System Red Green Blue C M Y K H S L
Decimal 189 253 234 0.25 0 0.08 0.01 162.19 0.94 0.87
Hex BD FD EA 19 0 8 1 A2 5E 57
Octal 275 375 352 31 0 10 1 242 136 127
Binary 10111101 11111101 11101010 11001 0 1000 1 10100010 1011110 1010111

Color Harmonies of #BDFDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFDEA

Black with #BDFDEA

Text Example


Text Example

White with #BDFDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFDEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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