#BDED94

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

Shades of Reef #BDED94

Tints of Reef #BDED94

Color information

#BDED94 (or 0xBDED94) is unknown color: approx Reef. HEX triplet: BD, ED and 94. RGB value is (189,237,148). Sum of RGB (Red+Green+Blue) = 189+237+148=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 237 (92.97% from 255 or 41.29% from 574); Blue value is 148 (58.20% from 255 or 25.78% from 574); Max value from RGB is 237 - color contains mainly: green. Hex color #BDED94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDED94 is #42126B. Grayscale: #D4D4D4. Windows color (decimal): -4330092 or 9760189. OLE color: 9760189.

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

Color convert

RGB189237148-
CMYK0.2000.380.07
HSL92.36º71.2%75.49%-
HSV(B)92.36º37.55%92.94%-
XYZ56.6273.5339.22-
YUV212.591.6111.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.93%
GREEN value IS 237 (92.97% from 255) = 41.29%
BLUE value IS 148 (58.20% from 255) = 25.78%
R=32.93%
G=41.29%
B=25.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892371480.2000.380.0792.3671.275.49
HexBDED941402675c474b
Octal275355224240467134107113
Binary101111011110110110010100101000100110111101110010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDED94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDED94; }

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

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

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

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

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

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

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

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