#BCD883

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

Shades of Sulu #BCD883

Tints of Sulu #BCD883

Color information

#BCD883 (or 0xBCD883) is unknown color: approx Sulu. HEX triplet: BC, D8 and 83. RGB value is (188,216,131). Sum of RGB (Red+Green+Blue) = 188+216+131=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 131 (51.56% from 255 or 24.49% from 535); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD883 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD883 is #43277C. Grayscale: #C6C6C6. Windows color (decimal): -4401021 or 8640700. OLE color: 8640700.

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

Color convert

RGB188216131-
CMYK0.1300.390.15
HSL79.76º52.15%68.04%-
HSV(B)79.76º39.35%84.71%-
XYZ49.3961.4430.73-
YUV197.9490.22120.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.14%
GREEN value IS 216 (84.77% from 255) = 40.37%
BLUE value IS 131 (51.56% from 255) = 24.49%
R=35.14%
G=40.37%
B=24.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882161310.1300.390.1579.7652.1568.04
HexBCD883D027F503444
Octal274330203150471712064104
Binary10111100110110001000001111010100111111110100001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD883; }

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

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

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

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

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

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

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

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