Html Css Color HEX #BCF175 Sulu

📋 copy color: '#BCF175'

red 188 ◦ green 241 ◦ blue 117

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

Shades of Sulu #BCF175

Tints of Sulu #BCF175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.43%

R = 34.43%
G = 44.14%
B = 21.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#BCF175 (or 0xBCF175) is known color: Sulu. HEX triplet: BC, F1 and 75. RGB value is (188,241,117). Sum of RGB (Red+Green+Blue) = 188+241+117=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 241 (94.53% from 255 or 44.14% from 546); Blue value is 117 (46.09% from 255 or 21.43% from 546); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF175 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF175 is #430E8A. Grayscale: #D3D3D3. Windows color (decimal): -4394635 or 7729596. OLE color: 7729596.

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

Color convert

RGB 188 241 117 -
CMYK 0.22 0 0.51 0.05
HSL 85.65º 0.82% 0.7% -
HSV(B) 85.65º 0.51% 0.95% -
XYZ 55.41 74.89 28.36 -
YUV 211.02 74.94 111.58 -
System Red Green Blue C M Y K H S L
Decimal 188 241 117 0.22 0 0.51 0.05 85.65 0.82 0.7
Hex BC F1 75 16 0 33 5 56 52 46
Octal 274 361 165 26 0 63 5 126 122 106
Binary 10111100 11110001 1110101 10110 0 110011 101 1010110 1010010 1000110

Color Harmonies of #BCF175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF175

Black with #BCF175

Text Example


Text Example

White with #BCF175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF175; }

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

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

background-color css

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

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

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

border-color css

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

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

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