Html Css Color HEX #BCE47C Sulu

📋 copy color: '#BCE47C'

red 188 ◦ green 228 ◦ blue 124

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

Shades of Sulu #BCE47C

Tints of Sulu #BCE47C

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.22%

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

R = 34.81%
G = 42.22%
B = 22.96%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#BCE47C (or 0xBCE47C) is known color: Sulu. HEX triplet: BC, E4 and 7C. RGB value is (188,228,124). Sum of RGB (Red+Green+Blue) = 188+228+124=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 228 (89.45% from 255 or 42.22% from 540); Blue value is 124 (48.83% from 255 or 22.96% from 540); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE47C is #431B83. Grayscale: #CCCCCC. Windows color (decimal): -4397956 or 8185020. OLE color: 8185020.

HSL color Cylindrical-coordinate representation of color #BCE47C: hue angle of 83.08º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCE47C is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 228 124 -
CMYK 0.18 0 0.46 0.11
HSL 83.08º 0.66% 0.69% -
HSV(B) 83.08º 0.46% 0.89% -
XYZ 52.12 67.63 29.38 -
YUV 204.18 82.75 116.46 -
System Red Green Blue C M Y K H S L
Decimal 188 228 124 0.18 0 0.46 0.11 83.08 0.66 0.69
Hex BC E4 7C 12 0 2E B 53 42 45
Octal 274 344 174 22 0 56 13 123 102 105
Binary 10111100 11100100 1111100 10010 0 101110 1011 1010011 1000010 1000101

Color Harmonies of #BCE47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE47C

Black with #BCE47C

Text Example


Text Example

White with #BCE47C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE47C; }

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

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

background-color css

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

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

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

border-color css

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

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

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