Html Css Color HEX #BCF687 Sulu

📋 copy color: '#BCF687'

red 188 ◦ green 246 ◦ blue 135

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

Shades of Sulu #BCF687

Tints of Sulu #BCF687

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.23%

 BLUE value IS 135 (53.13% from 255) = 23.73%

R = 33.04%
G = 43.23%
B = 23.73%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#BCF687 (or 0xBCF687) is known color: Sulu. HEX triplet: BC, F6 and 87. RGB value is (188,246,135). Sum of RGB (Red+Green+Blue) = 188+246+135=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 246 (96.48% from 255 or 43.23% from 569); Blue value is 135 (53.12% from 255 or 23.73% from 569); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF687 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF687 is #430978. Grayscale: #D8D8D8. Windows color (decimal): -4393337 or 8910524. OLE color: 8910524.

HSL color Cylindrical-coordinate representation of color #BCF687: hue angle of 91.35º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCF687 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 246 135 -
CMYK 0.24 0 0.45 0.04
HSL 91.35º 0.86% 0.75% -
HSV(B) 91.35º 0.45% 0.96% -
XYZ 58.07 78.35 34.98 -
YUV 216 82.28 108.03 -
System Red Green Blue C M Y K H S L
Decimal 188 246 135 0.24 0 0.45 0.04 91.35 0.86 0.75
Hex BC F6 87 18 0 2D 4 5B 56 4B
Octal 274 366 207 30 0 55 4 133 126 113
Binary 10111100 11110110 10000111 11000 0 101101 100 1011011 1010110 1001011

Color Harmonies of #BCF687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF687

Black with #BCF687

Text Example


Text Example

White with #BCF687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF687; }

 p { color: rgb(188,246,135); }

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

background-color css

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

 a { background-color: rgb(188,246,135); }

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

border-color css

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

 span { border-color: rgb(188,246,135); }

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