#BDD684

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

Shades of Sulu #BDD684

Tints of Sulu #BDD684

Color information

#BDD684 (or 0xBDD684) is unknown color: approx Sulu. HEX triplet: BD, D6 and 84. RGB value is (189,214,132). Sum of RGB (Red+Green+Blue) = 189+214+132=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 214 (83.98% from 255 or 40% from 535); Blue value is 132 (51.95% from 255 or 24.67% from 535); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD684 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD684 is #42297B. Grayscale: #C5C5C5. Windows color (decimal): -4335996 or 8705725. OLE color: 8705725.

HSL color Cylindrical-coordinate representation of color #BDD684: hue angle of 78.29º 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 #BDD684 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB189214132-
CMYK0.1200.380.16
HSL78.29º50%67.84%-
HSV(B)78.29º38.32%83.92%-
XYZ49.260.5830.93-
YUV197.1891.22122.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.33%
GREEN value IS 214 (83.98% from 255) = 40%
BLUE value IS 132 (51.95% from 255) = 24.67%
R=35.33%
G=40%
B=24.67%

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
Decimal1892141320.1200.380.1678.295067.84
HexBDD684C026104e3244
Octal275326204140462011662104
Binary101111011101011010000100110001001101000010011101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD684; }

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

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

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

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

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

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

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

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