Html Css Color HEX #BBD986 Sulu

📋 copy color: '#BBD986'

red 187 ◦ green 217 ◦ blue 134

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

Shades of Sulu #BBD986

Tints of Sulu #BBD986

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.33%

 BLUE value IS 134 (52.73% from 255) = 24.91%

R = 34.76%
G = 40.33%
B = 24.91%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#BBD986 (or 0xBBD986) is known color: Sulu. HEX triplet: BB, D9 and 86. RGB value is (187,217,134). Sum of RGB (Red+Green+Blue) = 187+217+134=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 134 (52.73% from 255 or 24.91% from 538); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD986 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD986 is #442679. Grayscale: #C6C6C6. Windows color (decimal): -4466298 or 8837563. OLE color: 8837563.

HSL color Cylindrical-coordinate representation of color #BBD986: hue angle of 81.69º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BBD986 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 217 134 -
CMYK 0.14 0 0.38 0.15
HSL 81.69º 0.52% 0.69% -
HSV(B) 81.69º 0.38% 0.85% -
XYZ 49.61 61.91 31.89 -
YUV 198.57 91.56 119.75 -
System Red Green Blue C M Y K H S L
Decimal 187 217 134 0.14 0 0.38 0.15 81.69 0.52 0.69
Hex BB D9 86 E 0 26 F 52 34 45
Octal 273 331 206 16 0 46 17 122 64 105
Binary 10111011 11011001 10000110 1110 0 100110 1111 1010010 110100 1000101

Color Harmonies of #BBD986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD986

Black with #BBD986

Text Example


Text Example

White with #BBD986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD986; }

 p { color: rgb(187,217,134); }

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

background-color css

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

 a { background-color: rgb(187,217,134); }

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

border-color css

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

 span { border-color: rgb(187,217,134); }

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