Html Css Color HEX #BCF86C Sulu

📋 copy color: '#BCF86C'

red 188 ◦ green 248 ◦ blue 108

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

Shades of Sulu #BCF86C

Tints of Sulu #BCF86C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.85%

R = 34.56%
G = 45.59%
B = 19.85%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#BCF86C (or 0xBCF86C) is known color: Sulu. HEX triplet: BC, F8 and 6C. RGB value is (188,248,108). Sum of RGB (Red+Green+Blue) = 188+248+108=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 248 (97.27% from 255 or 45.59% from 544); Blue value is 108 (42.58% from 255 or 19.85% from 544); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF86C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF86C is #430793. Grayscale: #D6D6D6. Windows color (decimal): -4392852 or 7141564. OLE color: 7141564.

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

Color convert

RGB 188 248 108 -
CMYK 0.24 0 0.56 0.03
HSL 85.71º 0.91% 0.7% -
HSV(B) 85.71º 0.56% 0.97% -
XYZ 57.01 78.91 26.41 -
YUV 214.1 68.12 109.38 -
System Red Green Blue C M Y K H S L
Decimal 188 248 108 0.24 0 0.56 0.03 85.71 0.91 0.7
Hex BC F8 6C 18 0 38 3 56 5B 46
Octal 274 370 154 30 0 70 3 126 133 106
Binary 10111100 11111000 1101100 11000 0 111000 11 1010110 1011011 1000110

Color Harmonies of #BCF86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF86C

Black with #BCF86C

Text Example


Text Example

White with #BCF86C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF86C; }

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

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

background-color css

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

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

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

border-color css

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

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

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