Html Css Color HEX #87B0BD Botticelli

📋 copy color: '#87B0BD'

red 135 ◦ green 176 ◦ blue 189

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

Shades of Botticelli #87B0BD

Tints of Botticelli #87B0BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.8%

R = 27%
G = 35.2%
B = 37.8%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#87B0BD (or 0x87B0BD) is known color: Botticelli. HEX triplet: 87, B0 and BD. RGB value is (135,176,189). Sum of RGB (Red+Green+Blue) = 135+176+189=500 (66% of max value = 765). Red value is 135 (53.12% from 255 or 27% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 189 - color contains mainly: blue. Hex color #87B0BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87B0BD is #784F42. Grayscale: #A5A5A5. Windows color (decimal): -7884611 or 12431495. OLE color: 12431495.

HSL color Cylindrical-coordinate representation of color #87B0BD: hue angle of 194.44º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #87B0BD is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 135 176 189 -
CMYK 0.29 0.07 0 0.26
HSL 194.44º 0.29% 0.64% -
HSV(B) 194.44º 0.29% 0.74% -
XYZ 34.7 39.88 54.01 -
YUV 165.22 141.42 106.44 -
System Red Green Blue C M Y K H S L
Decimal 135 176 189 0.29 0.07 0 0.26 194.44 0.29 0.64
Hex 87 B0 BD 1D 7 0 1A C2 1D 40
Octal 207 260 275 35 7 0 32 302 35 100
Binary 10000111 10110000 10111101 11101 111 0 11010 11000010 11101 1000000

Color Harmonies of #87B0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87B0BD

Black with #87B0BD

Text Example


Text Example

White with #87B0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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