Html Css Color HEX #BCE490 Sulu

📋 copy color: '#BCE490'

red 188 ◦ green 228 ◦ blue 144

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

Shades of Sulu #BCE490

Tints of Sulu #BCE490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 25.71%

R = 33.57%
G = 40.71%
B = 25.71%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#BCE490 (or 0xBCE490) is known color: Sulu. HEX triplet: BC, E4 and 90. RGB value is (188,228,144). Sum of RGB (Red+Green+Blue) = 188+228+144=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 228 (89.45% from 255 or 40.71% from 560); Blue value is 144 (56.64% from 255 or 25.71% from 560); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE490 is #431B6F. Grayscale: #CECECE. Windows color (decimal): -4397936 or 9495740. OLE color: 9495740.

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

Color convert

RGB 188 228 144 -
CMYK 0.18 0 0.37 0.11
HSL 88.57º 0.61% 0.73% -
HSV(B) 88.57º 0.37% 0.89% -
XYZ 53.52 68.19 36.73 -
YUV 206.46 92.75 114.83 -
System Red Green Blue C M Y K H S L
Decimal 188 228 144 0.18 0 0.37 0.11 88.57 0.61 0.73
Hex BC E4 90 12 0 25 B 59 3D 49
Octal 274 344 220 22 0 45 13 131 75 111
Binary 10111100 11100100 10010000 10010 0 100101 1011 1011001 111101 1001001

Color Harmonies of #BCE490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE490

Black with #BCE490

Text Example


Text Example

White with #BCE490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE490; }

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

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

background-color css

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

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

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

border-color css

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

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

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