Html Css Color HEX #BCF08F Sulu

📋 copy color: '#BCF08F'

red 188 ◦ green 240 ◦ blue 143

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

Shades of Sulu #BCF08F

Tints of Sulu #BCF08F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.03%

 BLUE value IS 143 (56.25% from 255) = 25.04%

R = 32.92%
G = 42.03%
B = 25.04%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#BCF08F (or 0xBCF08F) is known color: Sulu. HEX triplet: BC, F0 and 8F. RGB value is (188,240,143). Sum of RGB (Red+Green+Blue) = 188+240+143=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 240 (94.14% from 255 or 42.03% from 571); Blue value is 143 (56.25% from 255 or 25.04% from 571); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF08F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF08F is #430F70. Grayscale: #D5D5D5. Windows color (decimal): -4394865 or 9433276. OLE color: 9433276.

HSL color Cylindrical-coordinate representation of color #BCF08F: hue angle of 92.16º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCF08F is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 240 143 -
CMYK 0.22 0 0.40 0.06
HSL 92.16º 0.76% 0.75% -
HSV(B) 92.16º 0.4% 0.94% -
XYZ 56.86 74.99 37.47 -
YUV 213.39 88.27 109.89 -
System Red Green Blue C M Y K H S L
Decimal 188 240 143 0.22 0 0.40 0.06 92.16 0.76 0.75
Hex BC F0 8F 16 0 28 6 5C 4C 4B
Octal 274 360 217 26 0 50 6 134 114 113
Binary 10111100 11110000 10001111 10110 0 101000 110 1011100 1001100 1001011

Color Harmonies of #BCF08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF08F

Black with #BCF08F

Text Example


Text Example

White with #BCF08F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF08F; }

 p { color: rgb(188,240,143); }

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

background-color css

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

 a { background-color: rgb(188,240,143); }

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

border-color css

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

 span { border-color: rgb(188,240,143); }

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