#BDED95

Color #BDED95 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #BDED95

Tints of Reef #BDED95

Color information

#BDED95 (or 0xBDED95) is unknown color: approx Reef. HEX triplet: BD, ED and 95. RGB value is (189,237,149). Sum of RGB (Red+Green+Blue) = 189+237+149=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 149 (58.59% from 255 or 25.91% from 575); Max value from RGB is 237 - color contains mainly: green. Hex color #BDED95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDED95 is #42126A. Grayscale: #D4D4D4. Windows color (decimal): -4330091 or 9825725. OLE color: 9825725.

HSL color Cylindrical-coordinate representation of color #BDED95: hue angle of 92.73º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDED95 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB189237149-
CMYK0.2000.370.07
HSL92.73º70.97%75.69%-
HSV(B)92.73º37.13%92.94%-
XYZ56.773.5639.64-
YUV212.6292.1111.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.87%
GREEN value IS 237 (92.97% from 255) = 41.22%
BLUE value IS 149 (58.59% from 255) = 25.91%
R=32.87%
G=41.22%
B=25.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892371490.2000.370.0792.7370.9775.69
HexBDED951402575d474c
Octal275355225240457135107114
Binary101111011110110110010101101000100101111101110110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDED95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDED95; }

 p { color: rgb(189,237,149); }

 H1.HeaderClassName
 {
   color: #BDED95;
 }
 .AnyTagClassName
 {
   color: #BDED95;
 }
</style>
background-color css

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

 a { background-color: rgb(189,237,149); }

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

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

 span { border-color: rgb(189,237,149); }

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