Html Css Color HEX #BCF091 Sulu

📋 copy color: '#BCF091'

red 188 ◦ green 240 ◦ blue 145

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

Shades of Sulu #BCF091

Tints of Sulu #BCF091

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.88%

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

R = 32.81%
G = 41.88%
B = 25.31%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#BCF091 (or 0xBCF091) is known color: Sulu. HEX triplet: BC, F0 and 91. RGB value is (188,240,145). Sum of RGB (Red+Green+Blue) = 188+240+145=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 240 (94.14% from 255 or 41.88% from 573); Blue value is 145 (57.03% from 255 or 25.31% from 573); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF091 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF091 is #430F6E. Grayscale: #D5D5D5. Windows color (decimal): -4394863 or 9564348. OLE color: 9564348.

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

Color convert

RGB 188 240 145 -
CMYK 0.22 0 0.40 0.06
HSL 92.84º 0.76% 0.75% -
HSV(B) 92.84º 0.4% 0.94% -
XYZ 57.01 75.06 38.27 -
YUV 213.62 89.27 109.72 -
System Red Green Blue C M Y K H S L
Decimal 188 240 145 0.22 0 0.40 0.06 92.84 0.76 0.75
Hex BC F0 91 16 0 28 6 5D 4C 4B
Octal 274 360 221 26 0 50 6 135 114 113
Binary 10111100 11110000 10010001 10110 0 101000 110 1011101 1001100 1001011

Color Harmonies of #BCF091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF091

Black with #BCF091

Text Example


Text Example

White with #BCF091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF091; }

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

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

background-color css

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

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

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

border-color css

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

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

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