Html Css Color HEX #BCDC7E Sulu

📋 copy color: '#BCDC7E'

red 188 ◦ green 220 ◦ blue 126

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

Shades of Sulu #BCDC7E

Tints of Sulu #BCDC7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 23.6%

R = 35.21%
G = 41.2%
B = 23.6%

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

#BCDC7E (or 0xBCDC7E) is known color: Sulu. HEX triplet: BC, DC and 7E. RGB value is (188,220,126). Sum of RGB (Red+Green+Blue) = 188+220+126=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 126 (49.61% from 255 or 23.60% from 534); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDC7E is #432381. Grayscale: #C8C8C8. Windows color (decimal): -4400002 or 8314044. OLE color: 8314044.

HSL color Cylindrical-coordinate representation of color #BCDC7E: hue angle of 80.43º degrees, saturation: 0.57, 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 #BCDC7E is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 220 126 -
CMYK 0.15 0 0.43 0.14
HSL 80.43º 0.57% 0.68% -
HSV(B) 80.43º 0.43% 0.86% -
XYZ 50.1 63.38 29.33 -
YUV 199.72 86.4 119.64 -
System Red Green Blue C M Y K H S L
Decimal 188 220 126 0.15 0 0.43 0.14 80.43 0.57 0.68
Hex BC DC 7E F 0 2B E 50 39 44
Octal 274 334 176 17 0 53 16 120 71 104
Binary 10111100 11011100 1111110 1111 0 101011 1110 1010000 111001 1000100

Color Harmonies of #BCDC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC7E

Black with #BCDC7E

Text Example


Text Example

White with #BCDC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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