Html Css Color HEX #BBD686 Sulu

📋 copy color: '#BBD686'

red 187 ◦ green 214 ◦ blue 134

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

Shades of Sulu #BBD686

Tints of Sulu #BBD686

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40%

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

R = 34.95%
G = 40%
B = 25.05%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#BBD686 (or 0xBBD686) is known color: Sulu. HEX triplet: BB, D6 and 86. RGB value is (187,214,134). Sum of RGB (Red+Green+Blue) = 187+214+134=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 214 (83.98% from 255 or 40% from 535); Blue value is 134 (52.73% from 255 or 25.05% from 535); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD686 is #442979. Grayscale: #C5C5C5. Windows color (decimal): -4467066 or 8836795. OLE color: 8836795.

HSL color Cylindrical-coordinate representation of color #BBD686: hue angle of 80.25º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BBD686 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 214 134 -
CMYK 0.13 0 0.37 0.16
HSL 80.25º 0.49% 0.68% -
HSV(B) 80.25º 0.37% 0.84% -
XYZ 48.84 60.38 31.63 -
YUV 196.81 92.55 121 -
System Red Green Blue C M Y K H S L
Decimal 187 214 134 0.13 0 0.37 0.16 80.25 0.49 0.68
Hex BB D6 86 D 0 25 10 50 31 44
Octal 273 326 206 15 0 45 20 120 61 104
Binary 10111011 11010110 10000110 1101 0 100101 10000 1010000 110001 1000100

Color Harmonies of #BBD686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD686

Black with #BBD686

Text Example


Text Example

White with #BBD686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD686; }

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

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

background-color css

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

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

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

border-color css

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

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

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