Html Css Color HEX #BCF174 Sulu

📋 copy color: '#BCF174'

red 188 ◦ green 241 ◦ blue 116

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

Shades of Sulu #BCF174

Tints of Sulu #BCF174

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.22%

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

R = 34.5%
G = 44.22%
B = 21.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#BCF174 (or 0xBCF174) is known color: Sulu. HEX triplet: BC, F1 and 74. RGB value is (188,241,116). Sum of RGB (Red+Green+Blue) = 188+241+116=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 241 (94.53% from 255 or 44.22% from 545); Blue value is 116 (45.70% from 255 or 21.28% from 545); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF174 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF174 is #430E8B. Grayscale: #D3D3D3. Windows color (decimal): -4394636 or 7664060. OLE color: 7664060.

HSL color Cylindrical-coordinate representation of color #BCF174: hue angle of 85.44º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCF174 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 241 116 -
CMYK 0.22 0 0.52 0.05
HSL 85.44º 0.82% 0.7% -
HSV(B) 85.44º 0.52% 0.95% -
XYZ 55.35 74.86 28.06 -
YUV 210.9 74.44 111.66 -
System Red Green Blue C M Y K H S L
Decimal 188 241 116 0.22 0 0.52 0.05 85.44 0.82 0.7
Hex BC F1 74 16 0 34 5 55 52 46
Octal 274 361 164 26 0 64 5 125 122 106
Binary 10111100 11110001 1110100 10110 0 110100 101 1010101 1010010 1000110

Color Harmonies of #BCF174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF174

Black with #BCF174

Text Example


Text Example

White with #BCF174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF174; }

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

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

background-color css

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

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

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

border-color css

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

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

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