Html Css Color HEX #BCDC87 Sulu

📋 copy color: '#BCDC87'

red 188 ◦ green 220 ◦ blue 135

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

Shades of Sulu #BCDC87

Tints of Sulu #BCDC87

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.52%

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

R = 34.62%
G = 40.52%
B = 24.86%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#BCDC87 (or 0xBCDC87) is known color: Sulu. HEX triplet: BC, DC and 87. RGB value is (188,220,135). Sum of RGB (Red+Green+Blue) = 188+220+135=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 135 (53.12% from 255 or 24.86% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDC87 is #432378. Grayscale: #C9C9C9. Windows color (decimal): -4399993 or 8903868. OLE color: 8903868.

HSL color Cylindrical-coordinate representation of color #BCDC87: hue angle of 82.59º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCDC87 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 220 135 -
CMYK 0.15 0 0.39 0.14
HSL 82.59º 0.55% 0.7% -
HSV(B) 82.59º 0.39% 0.86% -
XYZ 50.71 63.63 32.53 -
YUV 200.74 90.9 118.91 -
System Red Green Blue C M Y K H S L
Decimal 188 220 135 0.15 0 0.39 0.14 82.59 0.55 0.7
Hex BC DC 87 F 0 27 E 53 37 46
Octal 274 334 207 17 0 47 16 123 67 106
Binary 10111100 11011100 10000111 1111 0 100111 1110 1010011 110111 1000110

Color Harmonies of #BCDC87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC87

Black with #BCDC87

Text Example


Text Example

White with #BCDC87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC87; }

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

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

background-color css

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

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

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

border-color css

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

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

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