Html Css Color HEX #BCEC93 Sulu

📋 copy color: '#BCEC93'

red 188 ◦ green 236 ◦ blue 147

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

Shades of Sulu #BCEC93

Tints of Sulu #BCEC93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 25.74%

R = 32.92%
G = 41.33%
B = 25.74%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#BCEC93 (or 0xBCEC93) is known color: Sulu. HEX triplet: BC, EC and 93. RGB value is (188,236,147). Sum of RGB (Red+Green+Blue) = 188+236+147=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 147 (57.81% from 255 or 25.74% from 571); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEC93 is #43136C. Grayscale: #D3D3D3. Windows color (decimal): -4395885 or 9694396. OLE color: 9694396.

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

Color convert

RGB 188 236 147 -
CMYK 0.20 0 0.38 0.07
HSL 92.36º 0.7% 0.75% -
HSV(B) 92.36º 0.38% 0.93% -
XYZ 56 72.79 38.7 -
YUV 211.5 91.6 111.24 -
System Red Green Blue C M Y K H S L
Decimal 188 236 147 0.20 0 0.38 0.07 92.36 0.7 0.75
Hex BC EC 93 14 0 26 7 5C 46 4B
Octal 274 354 223 24 0 46 7 134 106 113
Binary 10111100 11101100 10010011 10100 0 100110 111 1011100 1000110 1001011

Color Harmonies of #BCEC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEC93

Black with #BCEC93

Text Example


Text Example

White with #BCEC93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEC93; }

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

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

background-color css

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

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

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

border-color css

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

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

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