Html Css Color HEX #BCF991 Sulu

📋 copy color: '#BCF991'

red 188 ◦ green 249 ◦ blue 145

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

Shades of Sulu #BCF991

Tints of Sulu #BCF991

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.78%

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

R = 32.3%
G = 42.78%
B = 24.91%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#BCF991 (or 0xBCF991) is known color: Sulu. HEX triplet: BC, F9 and 91. RGB value is (188,249,145). Sum of RGB (Red+Green+Blue) = 188+249+145=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 249 (97.66% from 255 or 42.78% from 582); Blue value is 145 (57.03% from 255 or 24.91% from 582); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF991 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF991 is #43066E. Grayscale: #DBDBDB. Windows color (decimal): -4392559 or 9566652. OLE color: 9566652.

HSL color Cylindrical-coordinate representation of color #BCF991: hue angle of 95.19º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCF991 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 249 145 -
CMYK 0.24 0 0.42 0.02
HSL 95.19º 0.9% 0.77% -
HSV(B) 95.19º 0.42% 0.98% -
XYZ 59.73 80.49 39.18 -
YUV 218.91 86.29 105.96 -
System Red Green Blue C M Y K H S L
Decimal 188 249 145 0.24 0 0.42 0.02 95.19 0.9 0.77
Hex BC F9 91 18 0 2A 2 5F 5A 4D
Octal 274 371 221 30 0 52 2 137 132 115
Binary 10111100 11111001 10010001 11000 0 101010 10 1011111 1011010 1001101

Color Harmonies of #BCF991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF991

Black with #BCF991

Text Example


Text Example

White with #BCF991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF991; }

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

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

background-color css

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

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

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

border-color css

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

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

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