Html Css Color HEX #BCDC7D Sulu

📋 copy color: '#BCDC7D'

red 188 ◦ green 220 ◦ blue 125

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

Shades of Sulu #BCDC7D

Tints of Sulu #BCDC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.45%

R = 35.27%
G = 41.28%
B = 23.45%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#BCDC7D (or 0xBCDC7D) is known color: Sulu. HEX triplet: BC, DC and 7D. RGB value is (188,220,125). Sum of RGB (Red+Green+Blue) = 188+220+125=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 125 (49.22% from 255 or 23.45% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDC7D is #432382. Grayscale: #C7C7C7. Windows color (decimal): -4400003 or 8248508. OLE color: 8248508.

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

Color convert

RGB 188 220 125 -
CMYK 0.15 0 0.43 0.14
HSL 80.21º 0.58% 0.68% -
HSV(B) 80.21º 0.43% 0.86% -
XYZ 50.03 63.36 28.99 -
YUV 199.6 85.9 119.72 -
System Red Green Blue C M Y K H S L
Decimal 188 220 125 0.15 0 0.43 0.14 80.21 0.58 0.68
Hex BC DC 7D F 0 2B E 50 3A 44
Octal 274 334 175 17 0 53 16 120 72 104
Binary 10111100 11011100 1111101 1111 0 101011 1110 1010000 111010 1000100

Color Harmonies of #BCDC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC7D

Black with #BCDC7D

Text Example


Text Example

White with #BCDC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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