Html Css Color HEX #BBFA8C Sulu

📋 copy color: '#BBFA8C'

red 187 ◦ green 250 ◦ blue 140

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

Shades of Sulu #BBFA8C

Tints of Sulu #BBFA8C

RGB

 RED value IS 187 (73.44% from 255) = 32.41%

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

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

R = 32.41%
G = 43.33%
B = 24.26%

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

#BBFA8C (or 0xBBFA8C) is known color: Sulu. HEX triplet: BB, FA and 8C. RGB value is (187,250,140). Sum of RGB (Red+Green+Blue) = 187+250+140=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 250 (98.05% from 255 or 43.33% from 577); Blue value is 140 (55.08% from 255 or 24.26% from 577); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFA8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFA8C is #440573. Grayscale: #DBDBDB. Windows color (decimal): -4457844 or 9239227. OLE color: 9239227.

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

Color convert

RGB 187 250 140 -
CMYK 0.25 0 0.44 0.02
HSL 94.36º 0.92% 0.76% -
HSV(B) 94.36º 0.44% 0.98% -
XYZ 59.41 80.83 37.28 -
YUV 218.62 83.63 105.44 -
System Red Green Blue C M Y K H S L
Decimal 187 250 140 0.25 0 0.44 0.02 94.36 0.92 0.76
Hex BB FA 8C 19 0 2C 2 5E 5C 4C
Octal 273 372 214 31 0 54 2 136 134 114
Binary 10111011 11111010 10001100 11001 0 101100 10 1011110 1011100 1001100

Color Harmonies of #BBFA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFA8C

Black with #BBFA8C

Text Example


Text Example

White with #BBFA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFA8C; }

 p { color: rgb(187,250,140); }

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

background-color css

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

 a { background-color: rgb(187,250,140); }

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

border-color css

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

 span { border-color: rgb(187,250,140); }

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