Html Css Color HEX #BCF191 Sulu

📋 copy color: '#BCF191'

red 188 ◦ green 241 ◦ blue 145

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

Shades of Sulu #BCF191

Tints of Sulu #BCF191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 25.26%

R = 32.75%
G = 41.99%
B = 25.26%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#BCF191 (or 0xBCF191) is known color: Sulu. HEX triplet: BC, F1 and 91. RGB value is (188,241,145). Sum of RGB (Red+Green+Blue) = 188+241+145=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 241 (94.53% from 255 or 41.99% from 574); Blue value is 145 (57.03% from 255 or 25.26% from 574); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF191 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF191 is #430E6E. Grayscale: #D6D6D6. Windows color (decimal): -4394607 or 9564604. OLE color: 9564604.

HSL color Cylindrical-coordinate representation of color #BCF191: hue angle of 93.12º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCF191 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 241 145 -
CMYK 0.22 0 0.40 0.05
HSL 93.13º 0.77% 0.76% -
HSV(B) 93.13º 0.4% 0.95% -
XYZ 57.31 75.65 38.37 -
YUV 214.21 88.94 109.31 -
System Red Green Blue C M Y K H S L
Decimal 188 241 145 0.22 0 0.40 0.05 93.13 0.77 0.76
Hex BC F1 91 16 0 28 5 5D 4D 4C
Octal 274 361 221 26 0 50 5 135 115 114
Binary 10111100 11110001 10010001 10110 0 101000 101 1011101 1001101 1001100

Color Harmonies of #BCF191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF191

Black with #BCF191

Text Example


Text Example

White with #BCF191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF191; }

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

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

background-color css

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

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

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

border-color css

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

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

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