#BCD684

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

Shades of Sulu #BCD684

Tints of Sulu #BCD684

Color information

#BCD684 (or 0xBCD684) is unknown color: approx Sulu. HEX triplet: BC, D6 and 84. RGB value is (188,214,132). Sum of RGB (Red+Green+Blue) = 188+214+132=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 214 (83.98% from 255 or 40.07% from 534); Blue value is 132 (51.95% from 255 or 24.72% from 534); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD684 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD684 is #43297B. Grayscale: #C5C5C5. Windows color (decimal): -4401532 or 8705724. OLE color: 8705724.

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

Color convert

RGB188214132-
CMYK0.1200.380.16
HSL79.02º50%67.84%-
HSV(B)79.02º38.32%83.92%-
XYZ48.9560.4530.92-
YUV196.8891.39121.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.21%
GREEN value IS 214 (83.98% from 255) = 40.07%
BLUE value IS 132 (51.95% from 255) = 24.72%
R=35.21%
G=40.07%
B=24.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882141320.1200.380.1679.025067.84
HexBCD684C026104f3244
Octal274326204140462011762104
Binary101111001101011010000100110001001101000010011111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD684; }

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

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

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

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

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

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

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

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