Html Css Color HEX #87B0B7 Botticelli

📋 copy color: '#87B0B7'

red 135 ◦ green 176 ◦ blue 183

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

Shades of Botticelli #87B0B7

Tints of Botticelli #87B0B7

RGB

 RED value IS 135 (53.13% from 255) = 27.33%

 GREEN value IS 176 (69.14% from 255) = 35.63%

 BLUE value IS 183 (71.88% from 255) = 37.04%

R = 27.33%
G = 35.63%
B = 37.04%

CMYK

 C value IS 0.26

 M value IS 0.04

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#87B0B7 (or 0x87B0B7) is known color: Botticelli. HEX triplet: 87, B0 and B7. RGB value is (135,176,183). Sum of RGB (Red+Green+Blue) = 135+176+183=494 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.33% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 183 (71.88% from 255 or 37.04% from 494); Max value from RGB is 183 - color contains mainly: blue. Hex color #87B0B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87B0B7 is #784F48. Grayscale: #A4A4A4. Windows color (decimal): -7884617 or 12038279. OLE color: 12038279.

HSL color Cylindrical-coordinate representation of color #87B0B7: hue angle of 188.75º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #87B0B7 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 135 176 183 -
CMYK 0.26 0.04 0 0.28
HSL 188.75º 0.25% 0.62% -
HSV(B) 188.75º 0.26% 0.72% -
XYZ 34.06 39.62 50.65 -
YUV 164.54 138.42 106.93 -
System Red Green Blue C M Y K H S L
Decimal 135 176 183 0.26 0.04 0 0.28 188.75 0.25 0.62
Hex 87 B0 B7 1A 4 0 1C BD 19 3E
Octal 207 260 267 32 4 0 34 275 31 76
Binary 10000111 10110000 10110111 11010 100 0 11100 10111101 11001 111110

Color Harmonies of #87B0B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87B0B7

Black with #87B0B7

Text Example


Text Example

White with #87B0B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87B0B7; }

 p { color: rgb(135,176,183); }

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

background-color css

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

 a { background-color: rgb(135,176,183); }

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

border-color css

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

 span { border-color: rgb(135,176,183); }

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