Html Css Color HEX #BCE280 Sulu

📋 copy color: '#BCE280'

red 188 ◦ green 226 ◦ blue 128

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

Shades of Sulu #BCE280

Tints of Sulu #BCE280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 23.62%

R = 34.69%
G = 41.7%
B = 23.62%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#BCE280 (or 0xBCE280) is known color: Sulu. HEX triplet: BC, E2 and 80. RGB value is (188,226,128). Sum of RGB (Red+Green+Blue) = 188+226+128=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 226 (88.67% from 255 or 41.70% from 542); Blue value is 128 (50.39% from 255 or 23.62% from 542); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE280 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE280 is #431D7F. Grayscale: #CBCBCB. Windows color (decimal): -4398464 or 8446652. OLE color: 8446652.

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

Color convert

RGB 188 226 128 -
CMYK 0.17 0 0.43 0.11
HSL 83.27º 0.63% 0.69% -
HSV(B) 83.27º 0.43% 0.89% -
XYZ 51.83 66.64 30.55 -
YUV 203.47 85.41 116.97 -
System Red Green Blue C M Y K H S L
Decimal 188 226 128 0.17 0 0.43 0.11 83.27 0.63 0.69
Hex BC E2 80 11 0 2B B 53 3F 45
Octal 274 342 200 21 0 53 13 123 77 105
Binary 10111100 11100010 10000000 10001 0 101011 1011 1010011 111111 1000101

Color Harmonies of #BCE280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE280

Black with #BCE280

Text Example


Text Example

White with #BCE280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE280; }

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

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

background-color css

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

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

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

border-color css

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

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

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