Html Css Color HEX #BCE174 Sulu

📋 copy color: '#BCE174'

red 188 ◦ green 225 ◦ blue 116

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

Shades of Sulu #BCE174

Tints of Sulu #BCE174

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.53%

 BLUE value IS 116 (45.7% from 255) = 21.93%

R = 35.54%
G = 42.53%
B = 21.93%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#BCE174 (or 0xBCE174) is known color: Sulu. HEX triplet: BC, E1 and 74. RGB value is (188,225,116). Sum of RGB (Red+Green+Blue) = 188+225+116=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 225 (88.28% from 255 or 42.53% from 529); Blue value is 116 (45.70% from 255 or 21.93% from 529); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE174 is #431E8B. Grayscale: #C9C9C9. Windows color (decimal): -4398732 or 7659964. OLE color: 7659964.

HSL color Cylindrical-coordinate representation of color #BCE174: hue angle of 80.37º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BCE174 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 225 116 -
CMYK 0.16 0 0.48 0.12
HSL 80.37º 0.64% 0.67% -
HSV(B) 80.37º 0.48% 0.88% -
XYZ 50.82 65.8 26.55 -
YUV 201.51 79.74 118.36 -
System Red Green Blue C M Y K H S L
Decimal 188 225 116 0.16 0 0.48 0.12 80.37 0.64 0.67
Hex BC E1 74 10 0 30 C 50 40 43
Octal 274 341 164 20 0 60 14 120 100 103
Binary 10111100 11100001 1110100 10000 0 110000 1100 1010000 1000000 1000011

Color Harmonies of #BCE174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE174

Black with #BCE174

Text Example


Text Example

White with #BCE174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE174; }

 p { color: rgb(188,225,116); }

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

background-color css

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

 a { background-color: rgb(188,225,116); }

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

border-color css

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

 span { border-color: rgb(188,225,116); }

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