#BDED85

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

Shades of Sulu #BDED85

Tints of Sulu #BDED85

Color information

#BDED85 (or 0xBDED85) is unknown color: approx Sulu. HEX triplet: BD, ED and 85. RGB value is (189,237,133). Sum of RGB (Red+Green+Blue) = 189+237+133=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 237 (92.97% from 255 or 42.40% from 559); Blue value is 133 (52.34% from 255 or 23.79% from 559); Max value from RGB is 237 - color contains mainly: green. Hex color #BDED85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDED85 is #42127A. Grayscale: #D3D3D3. Windows color (decimal): -4330107 or 8777149. OLE color: 8777149.

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

Color convert

RGB189237133-
CMYK0.2000.440.07
HSL87.69º74.29%72.55%-
HSV(B)87.69º43.88%92.94%-
XYZ55.573.0833.37-
YUV210.7984.1112.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.81%
GREEN value IS 237 (92.97% from 255) = 42.40%
BLUE value IS 133 (52.34% from 255) = 23.79%
R=33.81%
G=42.40%
B=23.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892371330.2000.440.0787.6974.2972.55
HexBDED851402C7584a49
Octal275355205240547130112111
Binary101111011110110110000101101000101100111101100010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDED85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDED85; }

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

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

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

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

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

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

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

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