#BCED85

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

Shades of Sulu #BCED85

Tints of Sulu #BCED85

Color information

#BCED85 (or 0xBCED85) is unknown color: approx Sulu. HEX triplet: BC, ED and 85. RGB value is (188,237,133). Sum of RGB (Red+Green+Blue) = 188+237+133=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 237 (92.97% from 255 or 42.47% from 558); Blue value is 133 (52.34% from 255 or 23.84% from 558); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCED85 is #43127A. Grayscale: #D2D2D2. Windows color (decimal): -4395643 or 8777148. OLE color: 8777148.

HSL color Cylindrical-coordinate representation of color #BCED85: hue angle of 88.27º 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 #BCED85 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB188237133-
CMYK0.2100.440.07
HSL88.27º74.29%72.55%-
HSV(B)88.27º43.88%92.94%-
XYZ55.2672.9533.36-
YUV210.4984.27111.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.69%
GREEN value IS 237 (92.97% from 255) = 42.47%
BLUE value IS 133 (52.34% from 255) = 23.84%
R=33.69%
G=42.47%
B=23.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882371330.2100.440.0788.2774.2972.55
HexBCED851502C7584a49
Octal274355205250547130112111
Binary101111001110110110000101101010101100111101100010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCED85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCED85; }

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

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

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

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

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

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

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

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