Html Css Color HEX #BCF864 Sulu

📋 copy color: '#BCF864'

red 188 ◦ green 248 ◦ blue 100

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

Shades of Sulu #BCF864

Tints of Sulu #BCF864

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.27%

 BLUE value IS 100 (39.45% from 255) = 18.66%

R = 35.07%
G = 46.27%
B = 18.66%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#BCF864 (or 0xBCF864) is known color: Sulu. HEX triplet: BC, F8 and 64. RGB value is (188,248,100). Sum of RGB (Red+Green+Blue) = 188+248+100=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 248 (97.27% from 255 or 46.27% from 536); Blue value is 100 (39.45% from 255 or 18.66% from 536); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF864 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF864 is #43079B. Grayscale: #D5D5D5. Windows color (decimal): -4392860 or 6617276. OLE color: 6617276.

HSL color Cylindrical-coordinate representation of color #BCF864: hue angle of 84.32º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCF864 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 248 100 -
CMYK 0.24 0 0.60 0.03
HSL 84.32º 0.91% 0.68% -
HSV(B) 84.32º 0.6% 0.97% -
XYZ 56.61 78.75 24.27 -
YUV 213.19 64.12 110.03 -
System Red Green Blue C M Y K H S L
Decimal 188 248 100 0.24 0 0.60 0.03 84.32 0.91 0.68
Hex BC F8 64 18 0 3C 3 54 5B 44
Octal 274 370 144 30 0 74 3 124 133 104
Binary 10111100 11111000 1100100 11000 0 111100 11 1010100 1011011 1000100

Color Harmonies of #BCF864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF864

Black with #BCF864

Text Example


Text Example

White with #BCF864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF864; }

 p { color: rgb(188,248,100); }

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

background-color css

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

 a { background-color: rgb(188,248,100); }

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

border-color css

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

 span { border-color: rgb(188,248,100); }

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