Html Css Color HEX #BCF587 Sulu

📋 copy color: '#BCF587'

red 188 ◦ green 245 ◦ blue 135

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

Shades of Sulu #BCF587

Tints of Sulu #BCF587

RGB

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

 GREEN value IS 245 (96.09% from 255) = 43.13%

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

R = 33.1%
G = 43.13%
B = 23.77%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#BCF587 (or 0xBCF587) is known color: Sulu. HEX triplet: BC, F5 and 87. RGB value is (188,245,135). Sum of RGB (Red+Green+Blue) = 188+245+135=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 245 (96.09% from 255 or 43.13% from 568); Blue value is 135 (53.12% from 255 or 23.77% from 568); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF587 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF587 is #430A78. Grayscale: #D7D7D7. Windows color (decimal): -4393593 or 8910268. OLE color: 8910268.

HSL color Cylindrical-coordinate representation of color #BCF587: hue angle of 91.09º degrees, saturation: 0.85, 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 #BCF587 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 245 135 -
CMYK 0.23 0 0.45 0.04
HSL 91.09º 0.85% 0.75% -
HSV(B) 91.09º 0.45% 0.96% -
XYZ 57.76 77.75 34.88 -
YUV 215.42 82.62 108.44 -
System Red Green Blue C M Y K H S L
Decimal 188 245 135 0.23 0 0.45 0.04 91.09 0.85 0.75
Hex BC F5 87 17 0 2D 4 5B 55 4B
Octal 274 365 207 27 0 55 4 133 125 113
Binary 10111100 11110101 10000111 10111 0 101101 100 1011011 1010101 1001011

Color Harmonies of #BCF587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF587

Black with #BCF587

Text Example


Text Example

White with #BCF587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF587; }

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

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

background-color css

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

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

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

border-color css

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

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

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