Html Css Color HEX #95ADB7 Botticelli

📋 copy color: '#95ADB7'

red 149 ◦ green 173 ◦ blue 183

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

Shades of Botticelli #95ADB7

Tints of Botticelli #95ADB7

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.26%

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

R = 29.5%
G = 34.26%
B = 36.24%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#95ADB7 (or 0x95ADB7) is known color: Botticelli. HEX triplet: 95, AD and B7. RGB value is (149,173,183). Sum of RGB (Red+Green+Blue) = 149+173+183=505 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.50% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 183 (71.88% from 255 or 36.24% from 505); Max value from RGB is 183 - color contains mainly: blue. Hex color #95ADB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ADB7 is #6A5248. Grayscale: #A6A6A6. Windows color (decimal): -6967881 or 12037525. OLE color: 12037525.

HSL color Cylindrical-coordinate representation of color #95ADB7: hue angle of 197.65º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #95ADB7 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 149 173 183 -
CMYK 0.19 0.05 0 0.28
HSL 197.65º 0.19% 0.65% -
HSV(B) 197.65º 0.19% 0.72% -
XYZ 35.89 39.7 50.57 -
YUV 166.96 137.05 115.19 -
System Red Green Blue C M Y K H S L
Decimal 149 173 183 0.19 0.05 0 0.28 197.65 0.19 0.65
Hex 95 AD B7 13 5 0 1C C6 13 41
Octal 225 255 267 23 5 0 34 306 23 101
Binary 10010101 10101101 10110111 10011 101 0 11100 11000110 10011 1000001

Color Harmonies of #95ADB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95ADB7

Black with #95ADB7

Text Example


Text Example

White with #95ADB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,173,183); }

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

background-color css

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

 a { background-color: rgb(149,173,183); }

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

border-color css

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

 span { border-color: rgb(149,173,183); }

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