#BCD881

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

Shades of Sulu #BCD881

Tints of Sulu #BCD881

Color information

#BCD881 (or 0xBCD881) is unknown color: approx Sulu. HEX triplet: BC, D8 and 81. RGB value is (188,216,129). Sum of RGB (Red+Green+Blue) = 188+216+129=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 216 (84.77% from 255 or 40.53% from 533); Blue value is 129 (50.78% from 255 or 24.20% from 533); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD881 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD881 is #43277E. Grayscale: #C6C6C6. Windows color (decimal): -4401023 or 8509628. OLE color: 8509628.

HSL color Cylindrical-coordinate representation of color #BCD881: hue angle of 79.31º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCD881 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB188216129-
CMYK0.1300.400.15
HSL79.31º52.73%67.65%-
HSV(B)79.31º40.28%84.71%-
XYZ49.2661.3930.02-
YUV197.7189.22121.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.27%
GREEN value IS 216 (84.77% from 255) = 40.53%
BLUE value IS 129 (50.78% from 255) = 24.20%
R=35.27%
G=40.53%
B=24.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882161290.1300.400.1579.3152.7367.65
HexBCD881D028F4f3544
Octal274330201150501711765104
Binary10111100110110001000000111010101000111110011111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD881; }

 p { color: rgb(188,216,129); }

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

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

 a { background-color: rgb(188,216,129); }

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

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

 span { border-color: rgb(188,216,129); }

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