Html Css Color HEX #BCEC73 Sulu

📋 copy color: '#BCEC73'

red 188 ◦ green 236 ◦ blue 115

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

Shades of Sulu #BCEC73

Tints of Sulu #BCEC73

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.78%

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

R = 34.88%
G = 43.78%
B = 21.34%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#BCEC73 (or 0xBCEC73) is known color: Sulu. HEX triplet: BC, EC and 73. RGB value is (188,236,115). Sum of RGB (Red+Green+Blue) = 188+236+115=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 236 (92.58% from 255 or 43.78% from 539); Blue value is 115 (45.31% from 255 or 21.34% from 539); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEC73 is #43138C. Grayscale: #D0D0D0. Windows color (decimal): -4395917 or 7597244. OLE color: 7597244.

HSL color Cylindrical-coordinate representation of color #BCEC73: hue angle of 83.8º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCEC73 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 236 115 -
CMYK 0.20 0 0.51 0.07
HSL 83.8º 0.76% 0.69% -
HSV(B) 83.8º 0.51% 0.93% -
XYZ 53.83 71.92 27.26 -
YUV 207.85 75.6 113.84 -
System Red Green Blue C M Y K H S L
Decimal 188 236 115 0.20 0 0.51 0.07 83.8 0.76 0.69
Hex BC EC 73 14 0 33 7 54 4C 45
Octal 274 354 163 24 0 63 7 124 114 105
Binary 10111100 11101100 1110011 10100 0 110011 111 1010100 1001100 1000101

Color Harmonies of #BCEC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEC73

Black with #BCEC73

Text Example


Text Example

White with #BCEC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEC73; }

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

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

background-color css

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

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

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

border-color css

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

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

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