Html Css Color HEX #BCF86D Sulu

📋 copy color: '#BCF86D'

red 188 ◦ green 248 ◦ blue 109

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

Shades of Sulu #BCF86D

Tints of Sulu #BCF86D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20%

R = 34.5%
G = 45.5%
B = 20%

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

#BCF86D (or 0xBCF86D) is known color: Sulu. HEX triplet: BC, F8 and 6D. RGB value is (188,248,109). Sum of RGB (Red+Green+Blue) = 188+248+109=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 248 (97.27% from 255 or 45.50% from 545); Blue value is 109 (42.97% from 255 or 20% from 545); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF86D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF86D is #430792. Grayscale: #D6D6D6. Windows color (decimal): -4392851 or 7207100. OLE color: 7207100.

HSL color Cylindrical-coordinate representation of color #BCF86D: hue angle of 85.9º 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 #BCF86D is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 248 109 -
CMYK 0.24 0 0.56 0.03
HSL 85.9º 0.91% 0.7% -
HSV(B) 85.9º 0.56% 0.97% -
XYZ 57.07 78.93 26.7 -
YUV 214.21 68.62 109.3 -
System Red Green Blue C M Y K H S L
Decimal 188 248 109 0.24 0 0.56 0.03 85.9 0.91 0.7
Hex BC F8 6D 18 0 38 3 56 5B 46
Octal 274 370 155 30 0 70 3 126 133 106
Binary 10111100 11111000 1101101 11000 0 111000 11 1010110 1011011 1000110

Color Harmonies of #BCF86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF86D

Black with #BCF86D

Text Example


Text Example

White with #BCF86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF86D; }

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

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

background-color css

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

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

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

border-color css

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

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

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