Html Css Color HEX #BCE373 Sulu

📋 copy color: '#BCE373'

red 188 ◦ green 227 ◦ blue 115

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

Shades of Sulu #BCE373

Tints of Sulu #BCE373

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.83%

 BLUE value IS 115 (45.31% from 255) = 21.7%

R = 35.47%
G = 42.83%
B = 21.7%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#BCE373 (or 0xBCE373) is known color: Sulu. HEX triplet: BC, E3 and 73. RGB value is (188,227,115). Sum of RGB (Red+Green+Blue) = 188+227+115=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 227 (89.06% from 255 or 42.83% from 530); Blue value is 115 (45.31% from 255 or 21.70% from 530); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE373 is #431C8C. Grayscale: #CACACA. Windows color (decimal): -4398221 or 7594940. OLE color: 7594940.

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

Color convert

RGB 188 227 115 -
CMYK 0.17 0 0.49 0.11
HSL 80.89º 0.67% 0.67% -
HSV(B) 80.89º 0.49% 0.89% -
XYZ 51.3 66.87 26.42 -
YUV 202.57 78.58 117.61 -
System Red Green Blue C M Y K H S L
Decimal 188 227 115 0.17 0 0.49 0.11 80.89 0.67 0.67
Hex BC E3 73 11 0 31 B 51 43 43
Octal 274 343 163 21 0 61 13 121 103 103
Binary 10111100 11100011 1110011 10001 0 110001 1011 1010001 1000011 1000011

Color Harmonies of #BCE373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE373

Black with #BCE373

Text Example


Text Example

White with #BCE373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE373; }

 p { color: rgb(188,227,115); }

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

background-color css

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

 a { background-color: rgb(188,227,115); }

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

border-color css

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

 span { border-color: rgb(188,227,115); }

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