Html Css Color HEX #BCF975 Sulu

📋 copy color: '#BCF975'

red 188 ◦ green 249 ◦ blue 117

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

Shades of Sulu #BCF975

Tints of Sulu #BCF975

RGB

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

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

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

R = 33.94%
G = 44.95%
B = 21.12%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#BCF975 (or 0xBCF975) is known color: Sulu. HEX triplet: BC, F9 and 75. RGB value is (188,249,117). Sum of RGB (Red+Green+Blue) = 188+249+117=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 249 (97.66% from 255 or 44.95% from 554); Blue value is 117 (46.09% from 255 or 21.12% from 554); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF975 is #43068A. Grayscale: #D8D8D8. Windows color (decimal): -4392587 or 7731644. OLE color: 7731644.

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

Color convert

RGB 188 249 117 -
CMYK 0.24 0 0.53 0.02
HSL 87.73º 0.92% 0.72% -
HSV(B) 87.73º 0.53% 0.98% -
XYZ 57.83 79.73 29.17 -
YUV 215.71 72.29 108.23 -
System Red Green Blue C M Y K H S L
Decimal 188 249 117 0.24 0 0.53 0.02 87.73 0.92 0.72
Hex BC F9 75 18 0 35 2 58 5C 48
Octal 274 371 165 30 0 65 2 130 134 110
Binary 10111100 11111001 1110101 11000 0 110101 10 1011000 1011100 1001000

Color Harmonies of #BCF975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF975

Black with #BCF975

Text Example


Text Example

White with #BCF975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF975; }

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

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

background-color css

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

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

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

border-color css

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

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

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