Html Css Color HEX #BCE186 Sulu

📋 copy color: '#BCE186'

red 188 ◦ green 225 ◦ blue 134

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

Shades of Sulu #BCE186

Tints of Sulu #BCE186

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.13%

 BLUE value IS 134 (52.73% from 255) = 24.5%

R = 34.37%
G = 41.13%
B = 24.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#BCE186 (or 0xBCE186) is known color: Sulu. HEX triplet: BC, E1 and 86. RGB value is (188,225,134). Sum of RGB (Red+Green+Blue) = 188+225+134=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 225 (88.28% from 255 or 41.13% from 547); Blue value is 134 (52.73% from 255 or 24.50% from 547); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE186 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE186 is #431E79. Grayscale: #CBCBCB. Windows color (decimal): -4398714 or 8839612. OLE color: 8839612.

HSL color Cylindrical-coordinate representation of color #BCE186: hue angle of 84.4º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCE186 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 225 134 -
CMYK 0.16 0 0.40 0.12
HSL 84.4º 0.6% 0.7% -
HSV(B) 84.4º 0.4% 0.88% -
XYZ 51.97 66.26 32.61 -
YUV 203.56 88.74 116.9 -
System Red Green Blue C M Y K H S L
Decimal 188 225 134 0.16 0 0.40 0.12 84.4 0.6 0.7
Hex BC E1 86 10 0 28 C 54 3C 46
Octal 274 341 206 20 0 50 14 124 74 106
Binary 10111100 11100001 10000110 10000 0 101000 1100 1010100 111100 1000110

Color Harmonies of #BCE186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE186

Black with #BCE186

Text Example


Text Example

White with #BCE186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE186; }

 p { color: rgb(188,225,134); }

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

background-color css

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

 a { background-color: rgb(188,225,134); }

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

border-color css

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

 span { border-color: rgb(188,225,134); }

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