Html Css Color HEX #95ACB6 Botticelli

📋 copy color: '#95ACB6'

red 149 ◦ green 172 ◦ blue 182

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

Shades of Botticelli #95ACB6

Tints of Botticelli #95ACB6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.19%

 BLUE value IS 182 (71.48% from 255) = 36.18%

R = 29.62%
G = 34.19%
B = 36.18%

CMYK

 C value IS 0.18

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#95ACB6 (or 0x95ACB6) is known color: Botticelli. HEX triplet: 95, AC and B6. RGB value is (149,172,182). Sum of RGB (Red+Green+Blue) = 149+172+182=503 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.62% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 182 (71.48% from 255 or 36.18% from 503); Max value from RGB is 182 - color contains mainly: blue. Hex color #95ACB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ACB6 is #6A5349. Grayscale: #A6A6A6. Windows color (decimal): -6968138 or 11971733. OLE color: 11971733.

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

Color convert

RGB 149 172 182 -
CMYK 0.18 0.05 0 0.29
HSL 198.18º 0.18% 0.65% -
HSV(B) 198.18º 0.18% 0.71% -
XYZ 35.59 39.27 49.96 -
YUV 166.26 136.88 115.69 -
System Red Green Blue C M Y K H S L
Decimal 149 172 182 0.18 0.05 0 0.29 198.18 0.18 0.65
Hex 95 AC B6 12 5 0 1D C6 12 41
Octal 225 254 266 22 5 0 35 306 22 101
Binary 10010101 10101100 10110110 10010 101 0 11101 11000110 10010 1000001

Color Harmonies of #95ACB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95ACB6

Black with #95ACB6

Text Example


Text Example

White with #95ACB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,172,182); }

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

background-color css

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

 a { background-color: rgb(149,172,182); }

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

border-color css

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

 span { border-color: rgb(149,172,182); }

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