Html Css Color HEX #BCD587 Sulu

📋 copy color: '#BCD587'

red 188 ◦ green 213 ◦ blue 135

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

Shades of Sulu #BCD587

Tints of Sulu #BCD587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 25.19%

R = 35.07%
G = 39.74%
B = 25.19%

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

#BCD587 (or 0xBCD587) is known color: Sulu. HEX triplet: BC, D5 and 87. RGB value is (188,213,135). Sum of RGB (Red+Green+Blue) = 188+213+135=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 213 (83.59% from 255 or 39.74% from 536); Blue value is 135 (53.12% from 255 or 25.19% from 536); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD587 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD587 is #432A78. Grayscale: #C4C4C4. Windows color (decimal): -4401785 or 8902076. OLE color: 8902076.

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

Color convert

RGB 188 213 135 -
CMYK 0.12 0 0.37 0.16
HSL 79.23º 0.48% 0.68% -
HSV(B) 79.23º 0.37% 0.84% -
XYZ 48.91 60.03 31.93 -
YUV 196.63 93.22 121.84 -
System Red Green Blue C M Y K H S L
Decimal 188 213 135 0.12 0 0.37 0.16 79.23 0.48 0.68
Hex BC D5 87 C 0 25 10 4F 30 44
Octal 274 325 207 14 0 45 20 117 60 104
Binary 10111100 11010101 10000111 1100 0 100101 10000 1001111 110000 1000100

Color Harmonies of #BCD587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD587

Black with #BCD587

Text Example


Text Example

White with #BCD587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD587; }

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

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

background-color css

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

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

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

border-color css

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

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

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