Html Css Color HEX #95AAB0 Botticelli

📋 copy color: '#95AAB0'

red 149 ◦ green 170 ◦ blue 176

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

Shades of Botticelli #95AAB0

Tints of Botticelli #95AAB0

RGB

 RED value IS 149 (58.59% from 255) = 30.1%

 GREEN value IS 170 (66.8% from 255) = 34.34%

 BLUE value IS 176 (69.14% from 255) = 35.56%

R = 30.1%
G = 34.34%
B = 35.56%

CMYK

 C value IS 0.15

 M value IS 0.03

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#95AAB0 (or 0x95AAB0) is known color: Botticelli. HEX triplet: 95, AA and B0. RGB value is (149,170,176). Sum of RGB (Red+Green+Blue) = 149+170+176=495 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.10% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 176 - color contains mainly: blue. Hex color #95AAB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AAB0 is #6A554F. Grayscale: #A4A4A4. Windows color (decimal): -6968656 or 11578005. OLE color: 11578005.

HSL color Cylindrical-coordinate representation of color #95AAB0: hue angle of 193.33º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #95AAB0 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 149 170 176 -
CMYK 0.15 0.03 0 0.31
HSL 193.33º 0.15% 0.64% -
HSV(B) 193.33º 0.15% 0.69% -
XYZ 34.61 38.27 46.64 -
YUV 164.41 134.54 117.01 -
System Red Green Blue C M Y K H S L
Decimal 149 170 176 0.15 0.03 0 0.31 193.33 0.15 0.64
Hex 95 AA B0 F 3 0 1F C1 F 40
Octal 225 252 260 17 3 0 37 301 17 100
Binary 10010101 10101010 10110000 1111 11 0 11111 11000001 1111 1000000

Color Harmonies of #95AAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AAB0

Black with #95AAB0

Text Example


Text Example

White with #95AAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,170,176); }

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

background-color css

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

 a { background-color: rgb(149,170,176); }

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

border-color css

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

 span { border-color: rgb(149,170,176); }

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