Html Css Color HEX #BCDC8B Sulu

📋 copy color: '#BCDC8B'

red 188 ◦ green 220 ◦ blue 139

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

Shades of Sulu #BCDC8B

Tints of Sulu #BCDC8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25.41%

R = 34.37%
G = 40.22%
B = 25.41%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#BCDC8B (or 0xBCDC8B) is known color: Sulu. HEX triplet: BC, DC and 8B. RGB value is (188,220,139). Sum of RGB (Red+Green+Blue) = 188+220+139=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 139 (54.69% from 255 or 25.41% from 547); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDC8B is #432374. Grayscale: #C9C9C9. Windows color (decimal): -4399989 or 9166012. OLE color: 9166012.

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

Color convert

RGB 188 220 139 -
CMYK 0.15 0 0.37 0.14
HSL 83.7º 0.54% 0.7% -
HSV(B) 83.7º 0.37% 0.86% -
XYZ 50.99 63.74 34.04 -
YUV 201.2 92.9 118.59 -
System Red Green Blue C M Y K H S L
Decimal 188 220 139 0.15 0 0.37 0.14 83.7 0.54 0.7
Hex BC DC 8B F 0 25 E 54 36 46
Octal 274 334 213 17 0 45 16 124 66 106
Binary 10111100 11011100 10001011 1111 0 100101 1110 1010100 110110 1000110

Color Harmonies of #BCDC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC8B

Black with #BCDC8B

Text Example


Text Example

White with #BCDC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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