Html Css Color HEX #BCE270 Sulu

📋 copy color: '#BCE270'

red 188 ◦ green 226 ◦ blue 112

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

Shades of Sulu #BCE270

Tints of Sulu #BCE270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.29%

R = 35.74%
G = 42.97%
B = 21.29%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#BCE270 (or 0xBCE270) is known color: Sulu. HEX triplet: BC, E2 and 70. RGB value is (188,226,112). Sum of RGB (Red+Green+Blue) = 188+226+112=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 226 (88.67% from 255 or 42.97% from 526); Blue value is 112 (44.14% from 255 or 21.29% from 526); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE270 is #431D8F. Grayscale: #CACACA. Windows color (decimal): -4398480 or 7398076. OLE color: 7398076.

HSL color Cylindrical-coordinate representation of color #BCE270: hue angle of 80º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCE270 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 226 112 -
CMYK 0.17 0 0.50 0.11
HSL 80º 0.66% 0.66% -
HSV(B) 80º 0.5% 0.89% -
XYZ 50.86 66.25 25.44 -
YUV 201.64 77.41 118.27 -
System Red Green Blue C M Y K H S L
Decimal 188 226 112 0.17 0 0.50 0.11 80 0.66 0.66
Hex BC E2 70 11 0 32 B 50 42 42
Octal 274 342 160 21 0 62 13 120 102 102
Binary 10111100 11100010 1110000 10001 0 110010 1011 1010000 1000010 1000010

Color Harmonies of #BCE270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE270

Black with #BCE270

Text Example


Text Example

White with #BCE270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE270; }

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

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

background-color css

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

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

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

border-color css

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

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

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