Html Css Color HEX #BDFBEA Water Leaf

📋 copy color: '#BDFBEA'

red 189 ◦ green 251 ◦ blue 234

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

Shades of Water Leaf #BDFBEA

Tints of Water Leaf #BDFBEA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.24%

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

R = 28.04%
G = 37.24%
B = 34.72%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#BDFBEA (or 0xBDFBEA) is known color: Water Leaf. HEX triplet: BD, FB and EA. RGB value is (189,251,234). Sum of RGB (Red+Green+Blue) = 189+251+234=674 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.04% from 674); Green value is 251 (98.44% from 255 or 37.24% from 674); Blue value is 234 (91.80% from 255 or 34.72% from 674); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFBEA is #420415. Grayscale: #E6E6E6. Windows color (decimal): -4326422 or 15399869. OLE color: 15399869.

HSL color Cylindrical-coordinate representation of color #BDFBEA: hue angle of 163.55º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFBEA is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 251 234 -
CMYK 0.25 0 0.07 0.02
HSL 163.55º 0.89% 0.86% -
HSV(B) 163.55º 0.25% 0.98% -
XYZ 70.33 85.75 90.69 -
YUV 230.52 129.96 98.38 -
System Red Green Blue C M Y K H S L
Decimal 189 251 234 0.25 0 0.07 0.02 163.55 0.89 0.86
Hex BD FB EA 19 0 7 2 A4 59 56
Octal 275 373 352 31 0 7 2 244 131 126
Binary 10111101 11111011 11101010 11001 0 111 10 10100100 1011001 1010110

Color Harmonies of #BDFBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFBEA

Black with #BDFBEA

Text Example


Text Example

White with #BDFBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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