Html Css Color HEX #BCE495 Sulu

📋 copy color: '#BCE495'

red 188 ◦ green 228 ◦ blue 149

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

Shades of Sulu #BCE495

Tints of Sulu #BCE495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 26.37%

R = 33.27%
G = 40.35%
B = 26.37%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#BCE495 (or 0xBCE495) is known color: Sulu. HEX triplet: BC, E4 and 95. RGB value is (188,228,149). Sum of RGB (Red+Green+Blue) = 188+228+149=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 228 (89.45% from 255 or 40.35% from 565); Blue value is 149 (58.59% from 255 or 26.37% from 565); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE495 is #431B6A. Grayscale: #CFCFCF. Windows color (decimal): -4397931 or 9823420. OLE color: 9823420.

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

Color convert

RGB 188 228 149 -
CMYK 0.18 0 0.35 0.11
HSL 90.38º 0.59% 0.74% -
HSV(B) 90.38º 0.35% 0.89% -
XYZ 53.91 68.35 38.79 -
YUV 207.03 95.25 114.42 -
System Red Green Blue C M Y K H S L
Decimal 188 228 149 0.18 0 0.35 0.11 90.38 0.59 0.74
Hex BC E4 95 12 0 23 B 5A 3B 4A
Octal 274 344 225 22 0 43 13 132 73 112
Binary 10111100 11100100 10010101 10010 0 100011 1011 1011010 111011 1001010

Color Harmonies of #BCE495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE495

Black with #BCE495

Text Example


Text Example

White with #BCE495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE495; }

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

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

background-color css

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

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

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

border-color css

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

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

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