Html Css Color HEX #BCF785 Sulu

📋 copy color: '#BCF785'

red 188 ◦ green 247 ◦ blue 133

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

Shades of Sulu #BCF785

Tints of Sulu #BCF785

RGB

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

 GREEN value IS 247 (96.88% from 255) = 43.49%

 BLUE value IS 133 (52.34% from 255) = 23.42%

R = 33.1%
G = 43.49%
B = 23.42%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#BCF785 (or 0xBCF785) is known color: Sulu. HEX triplet: BC, F7 and 85. RGB value is (188,247,133). Sum of RGB (Red+Green+Blue) = 188+247+133=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 247 (96.88% from 255 or 43.49% from 568); Blue value is 133 (52.34% from 255 or 23.42% from 568); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF785 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF785 is #43087A. Grayscale: #D8D8D8. Windows color (decimal): -4393083 or 8779708. OLE color: 8779708.

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

Color convert

RGB 188 247 133 -
CMYK 0.24 0 0.46 0.03
HSL 91.05º 0.88% 0.75% -
HSV(B) 91.05º 0.46% 0.97% -
XYZ 58.23 78.91 34.35 -
YUV 216.36 80.95 107.77 -
System Red Green Blue C M Y K H S L
Decimal 188 247 133 0.24 0 0.46 0.03 91.05 0.88 0.75
Hex BC F7 85 18 0 2E 3 5B 58 4B
Octal 274 367 205 30 0 56 3 133 130 113
Binary 10111100 11110111 10000101 11000 0 101110 11 1011011 1011000 1001011

Color Harmonies of #BCF785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF785

Black with #BCF785

Text Example


Text Example

White with #BCF785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF785; }

 p { color: rgb(188,247,133); }

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

background-color css

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

 a { background-color: rgb(188,247,133); }

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

border-color css

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

 span { border-color: rgb(188,247,133); }

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