Html Css Color HEX #BCE288 Sulu

📋 copy color: '#BCE288'

red 188 ◦ green 226 ◦ blue 136

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

Shades of Sulu #BCE288

Tints of Sulu #BCE288

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.09%

 BLUE value IS 136 (53.52% from 255) = 24.73%

R = 34.18%
G = 41.09%
B = 24.73%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.40

 K value IS 0.11

RGB Variations

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

Color information

#BCE288 (or 0xBCE288) is known color: Sulu. HEX triplet: BC, E2 and 88. RGB value is (188,226,136). Sum of RGB (Red+Green+Blue) = 188+226+136=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 226 (88.67% from 255 or 41.09% from 550); Blue value is 136 (53.52% from 255 or 24.73% from 550); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE288 is #431D77. Grayscale: #CCCCCC. Windows color (decimal): -4398456 or 8970940. OLE color: 8970940.

HSL color Cylindrical-coordinate representation of color #BCE288: hue angle of 85.33º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCE288 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 226 136 -
CMYK 0.17 0 0.40 0.11
HSL 85.33º 0.61% 0.71% -
HSV(B) 85.33º 0.4% 0.89% -
XYZ 52.38 66.86 33.44 -
YUV 204.38 89.41 116.32 -
System Red Green Blue C M Y K H S L
Decimal 188 226 136 0.17 0 0.40 0.11 85.33 0.61 0.71
Hex BC E2 88 11 0 28 B 55 3D 47
Octal 274 342 210 21 0 50 13 125 75 107
Binary 10111100 11100010 10001000 10001 0 101000 1011 1010101 111101 1000111

Color Harmonies of #BCE288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE288

Black with #BCE288

Text Example


Text Example

White with #BCE288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE288; }

 p { color: rgb(188,226,136); }

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

background-color css

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

 a { background-color: rgb(188,226,136); }

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

border-color css

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

 span { border-color: rgb(188,226,136); }

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