#BCD688

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

Shades of Sulu #BCD688

Tints of Sulu #BCD688

Color information

#BCD688 (or 0xBCD688) is unknown color: approx Sulu. HEX triplet: BC, D6 and 88. RGB value is (188,214,136). Sum of RGB (Red+Green+Blue) = 188+214+136=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 214 (83.98% from 255 or 39.78% from 538); Blue value is 136 (53.52% from 255 or 25.28% from 538); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD688 is #432977. Grayscale: #C5C5C5. Windows color (decimal): -4401528 or 8967868. OLE color: 8967868.

HSL color Cylindrical-coordinate representation of color #BCD688: hue angle of 80º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCD688 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB188214136-
CMYK0.1200.360.16
HSL80º48.75%68.63%-
HSV(B)80º36.45%83.92%-
XYZ49.2360.5632.39-
YUV197.3393.39121.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.94%
GREEN value IS 214 (83.98% from 255) = 39.78%
BLUE value IS 136 (53.52% from 255) = 25.28%
R=34.94%
G=39.78%
B=25.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882141360.1200.360.168048.7568.63
HexBCD688C02410503145
Octal274326210140442012061105
Binary101111001101011010001000110001001001000010100001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD688; }

 p { color: rgb(188,214,136); }

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

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

 a { background-color: rgb(188,214,136); }

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

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

 span { border-color: rgb(188,214,136); }

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