Html Css Color HEX #BCFB8B Sulu

📋 copy color: '#BCFB8B'

red 188 ◦ green 251 ◦ blue 139

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

Shades of Sulu #BCFB8B

Tints of Sulu #BCFB8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 24.05%

R = 32.53%
G = 43.43%
B = 24.05%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#BCFB8B (or 0xBCFB8B) is known color: Sulu. HEX triplet: BC, FB and 8B. RGB value is (188,251,139). Sum of RGB (Red+Green+Blue) = 188+251+139=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 251 (98.44% from 255 or 43.43% from 578); Blue value is 139 (54.69% from 255 or 24.05% from 578); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFB8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFB8B is #430474. Grayscale: #DBDBDB. Windows color (decimal): -4392053 or 9173948. OLE color: 9173948.

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

Color convert

RGB 188 251 139 -
CMYK 0.25 0 0.45 0.02
HSL 93.75º 0.93% 0.76% -
HSV(B) 93.75º 0.45% 0.98% -
XYZ 59.9 81.55 37.01 -
YUV 219.4 82.63 105.61 -
System Red Green Blue C M Y K H S L
Decimal 188 251 139 0.25 0 0.45 0.02 93.75 0.93 0.76
Hex BC FB 8B 19 0 2D 2 5E 5D 4C
Octal 274 373 213 31 0 55 2 136 135 114
Binary 10111100 11111011 10001011 11001 0 101101 10 1011110 1011101 1001100

Color Harmonies of #BCFB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFB8B

Black with #BCFB8B

Text Example


Text Example

White with #BCFB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFB8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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