Html Css Color HEX #BCD586 Sulu

📋 copy color: '#BCD586'

red 188 ◦ green 213 ◦ blue 134

#BCD586
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #BCD586

Tints of Sulu #BCD586

RGB

 RED value IS 188 (73.83% from 255) = 35.14%

 GREEN value IS 213 (83.59% from 255) = 39.81%

 BLUE value IS 134 (52.73% from 255) = 25.05%

R = 35.14%
G = 39.81%
B = 25.05%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#BCD586 (or 0xBCD586) is known color: Sulu. HEX triplet: BC, D5 and 86. RGB value is (188,213,134). Sum of RGB (Red+Green+Blue) = 188+213+134=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 213 (83.59% from 255 or 39.81% from 535); Blue value is 134 (52.73% from 255 or 25.05% from 535); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD586 is #432A79. Grayscale: #C4C4C4. Windows color (decimal): -4401786 or 8836540. OLE color: 8836540.

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

Color convert

RGB 188 213 134 -
CMYK 0.12 0 0.37 0.16
HSL 78.99º 0.48% 0.68% -
HSV(B) 78.99º 0.37% 0.84% -
XYZ 48.84 60 31.56 -
YUV 196.52 92.72 121.92 -
System Red Green Blue C M Y K H S L
Decimal 188 213 134 0.12 0 0.37 0.16 78.99 0.48 0.68
Hex BC D5 86 C 0 25 10 4F 30 44
Octal 274 325 206 14 0 45 20 117 60 104
Binary 10111100 11010101 10000110 1100 0 100101 10000 1001111 110000 1000100

Color Harmonies of #BCD586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD586

Black with #BCD586

Text Example


Text Example

White with #BCD586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD586; }

 p { color: rgb(188,213,134); }

 H1.HeaderClassName
 {
   color: #BCD586;
 }
 .AnyTagClassName
 {
   color: #BCD586;
 }
</style>

background-color css

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

 a { background-color: rgb(188,213,134); }

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

border-color css

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

 span { border-color: rgb(188,213,134); }

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