#BCD885

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

Shades of Sulu #BCD885

Tints of Sulu #BCD885

Color information

#BCD885 (or 0xBCD885) is unknown color: approx Sulu. HEX triplet: BC, D8 and 85. RGB value is (188,216,133). Sum of RGB (Red+Green+Blue) = 188+216+133=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 216 (84.77% from 255 or 40.22% from 537); Blue value is 133 (52.34% from 255 or 24.77% from 537); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD885 is #43277A. Grayscale: #C6C6C6. Windows color (decimal): -4401019 or 8771772. OLE color: 8771772.

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

Color convert

RGB188216133-
CMYK0.1300.380.15
HSL80.24º51.55%68.43%-
HSV(B)80.24º38.43%84.71%-
XYZ49.5361.531.45-
YUV198.1791.22120.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.01%
GREEN value IS 216 (84.77% from 255) = 40.22%
BLUE value IS 133 (52.34% from 255) = 24.77%
R=35.01%
G=40.22%
B=24.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882161330.1300.380.1580.2451.5568.43
HexBCD885D026F503444
Octal274330205150461712064104
Binary10111100110110001000010111010100110111110100001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD885; }

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

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

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

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

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

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

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

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