#95B4BD

Color #95B4BD Botticelli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Botticelli #95B4BD

Tints of Botticelli #95B4BD

Color information

#95B4BD (or 0x95B4BD) is unknown color: approx Botticelli. HEX triplet: 95, B4 and BD. RGB value is (149,180,189). Sum of RGB (Red+Green+Blue) = 149+180+189=518 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.76% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 189 - color contains mainly: blue. Hex color #95B4BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95B4BD is #6A4B42. Grayscale: #ABABAB. Windows color (decimal): -6966083 or 12432533. OLE color: 12432533.

HSL color Cylindrical-coordinate representation of color #95B4BD: hue angle of 193.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #95B4BD is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB149180189-
CMYK0.210.0500.26
HSL193.5º23.26%66.27%-
HSV(B)193.5º21.16%74.12%-
XYZ37.942.7154.39-
YUV171.76137.73111.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.76%
GREEN value IS 180 (70.70% from 255) = 34.75%
BLUE value IS 189 (74.22% from 255) = 36.49%
R=28.76%
G=34.75%
B=36.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491801890.210.0500.26193.523.2666.27
Hex95B4BD15501Ac21742
Octal22526427525503230227102
Binary1001010110110100101111011010110101101011000010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95B4BD; }

 p { color: rgb(149,180,189); }

 H1.HeaderClassName
 {
   color: #95B4BD;
 }
 .AnyTagClassName
 {
   color: #95B4BD;
 }
</style>
background-color css

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

 a { background-color: rgb(149,180,189); }

 div.DivClassName
 {
   background-color: #95B4BD;
 }
 .BgClassName
 {
   background-color: #95B4BD;
 }
</style>
border-color css

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

 span { border-color: rgb(149,180,189); }

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