Html Css Color HEX #BCE780 Sulu

📋 copy color: '#BCE780'

red 188 ◦ green 231 ◦ blue 128

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

Shades of Sulu #BCE780

Tints of Sulu #BCE780

RGB

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

 GREEN value IS 231 (90.63% from 255) = 42.23%

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

R = 34.37%
G = 42.23%
B = 23.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#BCE780 (or 0xBCE780) is known color: Sulu. HEX triplet: BC, E7 and 80. RGB value is (188,231,128). Sum of RGB (Red+Green+Blue) = 188+231+128=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 231 (90.62% from 255 or 42.23% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE780 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE780 is #43187F. Grayscale: #CECECE. Windows color (decimal): -4397184 or 8447932. OLE color: 8447932.

HSL color Cylindrical-coordinate representation of color #BCE780: hue angle of 85.05º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCE780 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 231 128 -
CMYK 0.19 0 0.45 0.09
HSL 85.05º 0.68% 0.7% -
HSV(B) 85.05º 0.45% 0.91% -
XYZ 53.21 69.4 31.01 -
YUV 206.4 83.75 114.88 -
System Red Green Blue C M Y K H S L
Decimal 188 231 128 0.19 0 0.45 0.09 85.05 0.68 0.7
Hex BC E7 80 13 0 2D 9 55 44 46
Octal 274 347 200 23 0 55 11 125 104 106
Binary 10111100 11100111 10000000 10011 0 101101 1001 1010101 1000100 1000110

Color Harmonies of #BCE780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE780

Black with #BCE780

Text Example


Text Example

White with #BCE780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE780; }

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

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

background-color css

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

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

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

border-color css

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

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

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