Html Css Color HEX #BDFBE7 Water Leaf

📋 copy color: '#BDFBE7'

red 189 ◦ green 251 ◦ blue 231

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

Shades of Water Leaf #BDFBE7

Tints of Water Leaf #BDFBE7

RGB

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

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

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

R = 28.17%
G = 37.41%
B = 34.43%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#BDFBE7 (or 0xBDFBE7) is known color: Water Leaf. HEX triplet: BD, FB and E7. RGB value is (189,251,231). Sum of RGB (Red+Green+Blue) = 189+251+231=671 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.17% from 671); Green value is 251 (98.44% from 255 or 37.41% from 671); Blue value is 231 (90.62% from 255 or 34.43% from 671); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFBE7 is #420418. Grayscale: #E6E6E6. Windows color (decimal): -4326425 or 15203261. OLE color: 15203261.

HSL color Cylindrical-coordinate representation of color #BDFBE7: hue angle of 160.65º 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 #BDFBE7 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 251 231 -
CMYK 0.25 0 0.08 0.02
HSL 160.65º 0.89% 0.86% -
HSV(B) 160.65º 0.25% 0.98% -
XYZ 69.91 85.58 88.44 -
YUV 230.18 128.46 98.63 -
System Red Green Blue C M Y K H S L
Decimal 189 251 231 0.25 0 0.08 0.02 160.65 0.89 0.86
Hex BD FB E7 19 0 8 2 A1 59 56
Octal 275 373 347 31 0 10 2 241 131 126
Binary 10111101 11111011 11100111 11001 0 1000 10 10100001 1011001 1010110

Color Harmonies of #BDFBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFBE7

Black with #BDFBE7

Text Example


Text Example

White with #BDFBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFBE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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