Html Css Color HEX #BCEC7C Sulu

📋 copy color: '#BCEC7C'

red 188 ◦ green 236 ◦ blue 124

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

Shades of Sulu #BCEC7C

Tints of Sulu #BCEC7C

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.07%

 BLUE value IS 124 (48.83% from 255) = 22.63%

R = 34.31%
G = 43.07%
B = 22.63%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#BCEC7C (or 0xBCEC7C) is known color: Sulu. HEX triplet: BC, EC and 7C. RGB value is (188,236,124). Sum of RGB (Red+Green+Blue) = 188+236+124=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 236 (92.58% from 255 or 43.07% from 548); Blue value is 124 (48.83% from 255 or 22.63% from 548); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEC7C is #431383. Grayscale: #D1D1D1. Windows color (decimal): -4395908 or 8187068. OLE color: 8187068.

HSL color Cylindrical-coordinate representation of color #BCEC7C: hue angle of 85.71º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCEC7C is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 236 124 -
CMYK 0.20 0 0.47 0.07
HSL 85.71º 0.75% 0.71% -
HSV(B) 85.71º 0.47% 0.93% -
XYZ 54.37 72.14 30.13 -
YUV 208.88 80.1 113.11 -
System Red Green Blue C M Y K H S L
Decimal 188 236 124 0.20 0 0.47 0.07 85.71 0.75 0.71
Hex BC EC 7C 14 0 2F 7 56 4B 47
Octal 274 354 174 24 0 57 7 126 113 107
Binary 10111100 11101100 1111100 10100 0 101111 111 1010110 1001011 1000111

Color Harmonies of #BCEC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEC7C

Black with #BCEC7C

Text Example


Text Example

White with #BCEC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEC7C; }

 p { color: rgb(188,236,124); }

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

background-color css

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

 a { background-color: rgb(188,236,124); }

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

border-color css

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

 span { border-color: rgb(188,236,124); }

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