#BCED84

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

Shades of Sulu #BCED84

Tints of Sulu #BCED84

Color information

#BCED84 (or 0xBCED84) is unknown color: approx Sulu. HEX triplet: BC, ED and 84. RGB value is (188,237,132). Sum of RGB (Red+Green+Blue) = 188+237+132=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 132 (51.95% from 255 or 23.70% from 557); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCED84 is #43127B. Grayscale: #D2D2D2. Windows color (decimal): -4395644 or 8711612. OLE color: 8711612.

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

Color convert

RGB188237132-
CMYK0.2100.440.07
HSL88º74.47%72.35%-
HSV(B)88º44.3%92.94%-
XYZ55.1972.9333-
YUV210.3883.77112.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.75%
GREEN value IS 237 (92.97% from 255) = 42.55%
BLUE value IS 132 (51.95% from 255) = 23.70%
R=33.75%
G=42.55%
B=23.70%

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
Decimal1882371320.2100.440.078874.4772.35
HexBCED841502C7584a48
Octal274355204250547130112110
Binary101111001110110110000100101010101100111101100010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCED84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCED84; }

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

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

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

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

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

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

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

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