Html Css Color HEX #BCFB8D Sulu

📋 copy color: '#BCFB8D'

red 188 ◦ green 251 ◦ blue 141

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

Shades of Sulu #BCFB8D

Tints of Sulu #BCFB8D

RGB

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

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

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

R = 32.41%
G = 43.28%
B = 24.31%

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

#BCFB8D (or 0xBCFB8D) is known color: Sulu. HEX triplet: BC, FB and 8D. RGB value is (188,251,141). Sum of RGB (Red+Green+Blue) = 188+251+141=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 251 (98.44% from 255 or 43.28% from 580); Blue value is 141 (55.47% from 255 or 24.31% from 580); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFB8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFB8D is #430472. Grayscale: #DCDCDC. Windows color (decimal): -4392051 or 9305020. OLE color: 9305020.

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

Color convert

RGB 188 251 141 -
CMYK 0.25 0 0.44 0.02
HSL 94.36º 0.93% 0.77% -
HSV(B) 94.36º 0.44% 0.98% -
XYZ 60.04 81.61 37.79 -
YUV 219.62 83.63 105.44 -
System Red Green Blue C M Y K H S L
Decimal 188 251 141 0.25 0 0.44 0.02 94.36 0.93 0.77
Hex BC FB 8D 19 0 2C 2 5E 5D 4D
Octal 274 373 215 31 0 54 2 136 135 115
Binary 10111100 11111011 10001101 11001 0 101100 10 1011110 1011101 1001101

Color Harmonies of #BCFB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFB8D

Black with #BCFB8D

Text Example


Text Example

White with #BCFB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFB8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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