Html Css Color HEX #BCDC7F Sulu

📋 copy color: '#BCDC7F'

red 188 ◦ green 220 ◦ blue 127

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

Shades of Sulu #BCDC7F

Tints of Sulu #BCDC7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.74%

R = 35.14%
G = 41.12%
B = 23.74%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#BCDC7F (or 0xBCDC7F) is known color: Sulu. HEX triplet: BC, DC and 7F. RGB value is (188,220,127). Sum of RGB (Red+Green+Blue) = 188+220+127=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 127 (50% from 255 or 23.74% from 535); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDC7F is #432380. Grayscale: #C8C8C8. Windows color (decimal): -4400001 or 8379580. OLE color: 8379580.

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

Color convert

RGB 188 220 127 -
CMYK 0.15 0 0.42 0.14
HSL 80.65º 0.57% 0.68% -
HSV(B) 80.65º 0.42% 0.86% -
XYZ 50.16 63.41 29.67 -
YUV 199.83 86.9 119.56 -
System Red Green Blue C M Y K H S L
Decimal 188 220 127 0.15 0 0.42 0.14 80.65 0.57 0.68
Hex BC DC 7F F 0 2A E 51 39 44
Octal 274 334 177 17 0 52 16 121 71 104
Binary 10111100 11011100 1111111 1111 0 101010 1110 1010001 111001 1000100

Color Harmonies of #BCDC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC7F

Black with #BCDC7F

Text Example


Text Example

White with #BCDC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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