Html Css Color HEX #BCE190 Sulu

📋 copy color: '#BCE190'

red 188 ◦ green 225 ◦ blue 144

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

Shades of Sulu #BCE190

Tints of Sulu #BCE190

RGB

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

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

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

R = 33.75%
G = 40.39%
B = 25.85%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#BCE190 (or 0xBCE190) is known color: Sulu. HEX triplet: BC, E1 and 90. RGB value is (188,225,144). Sum of RGB (Red+Green+Blue) = 188+225+144=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 225 (88.28% from 255 or 40.39% from 557); Blue value is 144 (56.64% from 255 or 25.85% from 557); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE190 is #431E6F. Grayscale: #CCCCCC. Windows color (decimal): -4398704 or 9494972. OLE color: 9494972.

HSL color Cylindrical-coordinate representation of color #BCE190: hue angle of 87.41º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCE190 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 225 144 -
CMYK 0.16 0 0.36 0.12
HSL 87.41º 0.57% 0.72% -
HSV(B) 87.41º 0.36% 0.88% -
XYZ 52.7 66.56 36.45 -
YUV 204.7 93.74 116.09 -
System Red Green Blue C M Y K H S L
Decimal 188 225 144 0.16 0 0.36 0.12 87.41 0.57 0.72
Hex BC E1 90 10 0 24 C 57 39 48
Octal 274 341 220 20 0 44 14 127 71 110
Binary 10111100 11100001 10010000 10000 0 100100 1100 1010111 111001 1001000

Color Harmonies of #BCE190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE190

Black with #BCE190

Text Example


Text Example

White with #BCE190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE190; }

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

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

background-color css

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

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

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

border-color css

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

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

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