Html Css Color HEX #BCDC8C Sulu

📋 copy color: '#BCDC8C'

red 188 ◦ green 220 ◦ blue 140

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

Shades of Sulu #BCDC8C

Tints of Sulu #BCDC8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.55%

R = 34.31%
G = 40.15%
B = 25.55%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#BCDC8C (or 0xBCDC8C) is known color: Sulu. HEX triplet: BC, DC and 8C. RGB value is (188,220,140). Sum of RGB (Red+Green+Blue) = 188+220+140=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 140 (55.08% from 255 or 25.55% from 548); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDC8C is #432373. Grayscale: #C9C9C9. Windows color (decimal): -4399988 or 9231548. OLE color: 9231548.

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

Color convert

RGB 188 220 140 -
CMYK 0.15 0 0.36 0.14
HSL 84º 0.53% 0.71% -
HSV(B) 84º 0.36% 0.86% -
XYZ 51.07 63.77 34.43 -
YUV 201.31 93.4 118.5 -
System Red Green Blue C M Y K H S L
Decimal 188 220 140 0.15 0 0.36 0.14 84 0.53 0.71
Hex BC DC 8C F 0 24 E 54 35 47
Octal 274 334 214 17 0 44 16 124 65 107
Binary 10111100 11011100 10001100 1111 0 100100 1110 1010100 110101 1000111

Color Harmonies of #BCDC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC8C

Black with #BCDC8C

Text Example


Text Example

White with #BCDC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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