Html Css Color HEX #87B1BC Botticelli

📋 copy color: '#87B1BC'

red 135 ◦ green 177 ◦ blue 188

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

Shades of Botticelli #87B1BC

Tints of Botticelli #87B1BC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.4%

 BLUE value IS 188 (73.83% from 255) = 37.6%

R = 27%
G = 35.4%
B = 37.6%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#87B1BC (or 0x87B1BC) is known color: Botticelli. HEX triplet: 87, B1 and BC. RGB value is (135,177,188). Sum of RGB (Red+Green+Blue) = 135+177+188=500 (66% of max value = 765). Red value is 135 (53.12% from 255 or 27% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 188 - color contains mainly: blue. Hex color #87B1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87B1BC is #784E43. Grayscale: #A5A5A5. Windows color (decimal): -7884356 or 12366215. OLE color: 12366215.

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

Color convert

RGB 135 177 188 -
CMYK 0.28 0.06 0 0.26
HSL 192.45º 0.28% 0.63% -
HSV(B) 192.45º 0.28% 0.74% -
XYZ 34.79 40.23 53.51 -
YUV 165.7 140.59 106.11 -
System Red Green Blue C M Y K H S L
Decimal 135 177 188 0.28 0.06 0 0.26 192.45 0.28 0.63
Hex 87 B1 BC 1C 6 0 1A C0 1C 3F
Octal 207 261 274 34 6 0 32 300 34 77
Binary 10000111 10110001 10111100 11100 110 0 11010 11000000 11100 111111

Color Harmonies of #87B1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87B1BC

Black with #87B1BC

Text Example


Text Example

White with #87B1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,177,188); }

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

background-color css

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

 a { background-color: rgb(135,177,188); }

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

border-color css

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

 span { border-color: rgb(135,177,188); }

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