Html Css Color HEX #BCFA8D Sulu

📋 copy color: '#BCFA8D'

red 188 ◦ green 250 ◦ blue 141

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

Shades of Sulu #BCFA8D

Tints of Sulu #BCFA8D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.18%

 BLUE value IS 141 (55.47% from 255) = 24.35%

R = 32.47%
G = 43.18%
B = 24.35%

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

#BCFA8D (or 0xBCFA8D) is known color: Sulu. HEX triplet: BC, FA and 8D. RGB value is (188,250,141). Sum of RGB (Red+Green+Blue) = 188+250+141=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 250 (98.05% from 255 or 43.18% from 579); Blue value is 141 (55.47% from 255 or 24.35% from 579); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFA8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFA8D is #430572. Grayscale: #DBDBDB. Windows color (decimal): -4392307 or 9304764. OLE color: 9304764.

HSL color Cylindrical-coordinate representation of color #BCFA8D: hue angle of 94.13º degrees, saturation: 0.92, 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 #BCFA8D is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 250 141 -
CMYK 0.25 0 0.44 0.02
HSL 94.13º 0.92% 0.77% -
HSV(B) 94.13º 0.44% 0.98% -
XYZ 59.73 80.99 37.68 -
YUV 219.04 83.96 105.86 -
System Red Green Blue C M Y K H S L
Decimal 188 250 141 0.25 0 0.44 0.02 94.13 0.92 0.77
Hex BC FA 8D 19 0 2C 2 5E 5C 4D
Octal 274 372 215 31 0 54 2 136 134 115
Binary 10111100 11111010 10001101 11001 0 101100 10 1011110 1011100 1001101

Color Harmonies of #BCFA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFA8D

Black with #BCFA8D

Text Example


Text Example

White with #BCFA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFA8D; }

 p { color: rgb(188,250,141); }

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

background-color css

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

 a { background-color: rgb(188,250,141); }

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

border-color css

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

 span { border-color: rgb(188,250,141); }

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