Html Css Color HEX #BCFB8C Sulu

📋 copy color: '#BCFB8C'

red 188 ◦ green 251 ◦ blue 140

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

Shades of Sulu #BCFB8C

Tints of Sulu #BCFB8C

RGB

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

 GREEN value IS 251 (98.44% from 255) = 43.35%

 BLUE value IS 140 (55.08% from 255) = 24.18%

R = 32.47%
G = 43.35%
B = 24.18%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#BCFB8C (or 0xBCFB8C) is known color: Sulu. HEX triplet: BC, FB and 8C. RGB value is (188,251,140). Sum of RGB (Red+Green+Blue) = 188+251+140=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 251 (98.44% from 255 or 43.35% from 579); Blue value is 140 (55.08% from 255 or 24.18% from 579); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFB8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFB8C is #430473. Grayscale: #DBDBDB. Windows color (decimal): -4392052 or 9239484. OLE color: 9239484.

HSL color Cylindrical-coordinate representation of color #BCFB8C: hue angle of 94.05º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCFB8C is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 251 140 -
CMYK 0.25 0 0.44 0.02
HSL 94.05º 0.93% 0.77% -
HSV(B) 94.05º 0.44% 0.98% -
XYZ 59.97 81.58 37.4 -
YUV 219.51 83.13 105.53 -
System Red Green Blue C M Y K H S L
Decimal 188 251 140 0.25 0 0.44 0.02 94.05 0.93 0.77
Hex BC FB 8C 19 0 2C 2 5E 5D 4D
Octal 274 373 214 31 0 54 2 136 135 115
Binary 10111100 11111011 10001100 11001 0 101100 10 1011110 1011101 1001101

Color Harmonies of #BCFB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFB8C

Black with #BCFB8C

Text Example


Text Example

White with #BCFB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFB8C; }

 p { color: rgb(188,251,140); }

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

background-color css

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

 a { background-color: rgb(188,251,140); }

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

border-color css

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

 span { border-color: rgb(188,251,140); }

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