Html Css Color HEX #95B5BB Botticelli

📋 copy color: '#95B5BB'

red 149 ◦ green 181 ◦ blue 187

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

Shades of Botticelli #95B5BB

Tints of Botticelli #95B5BB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.01%

 BLUE value IS 187 (73.44% from 255) = 36.17%

R = 28.82%
G = 35.01%
B = 36.17%

CMYK

 C value IS 0.20

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#95B5BB (or 0x95B5BB) is known color: Botticelli. HEX triplet: 95, B5 and BB. RGB value is (149,181,187). Sum of RGB (Red+Green+Blue) = 149+181+187=517 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.82% from 517); Green value is 181 (71.09% from 255 or 35.01% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 187 - color contains mainly: blue. Hex color #95B5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95B5BB is #6A4A44. Grayscale: #ACACAC. Windows color (decimal): -6965829 or 12301717. OLE color: 12301717.

HSL color Cylindrical-coordinate representation of color #95B5BB: hue angle of 189.47º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #95B5BB is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 181 187 -
CMYK 0.20 0.03 0 0.27
HSL 189.47º 0.22% 0.66% -
HSV(B) 189.47º 0.2% 0.73% -
XYZ 37.89 43.03 53.32 -
YUV 172.12 136.4 111.51 -
System Red Green Blue C M Y K H S L
Decimal 149 181 187 0.20 0.03 0 0.27 189.47 0.22 0.66
Hex 95 B5 BB 14 3 0 1B BD 16 42
Octal 225 265 273 24 3 0 33 275 26 102
Binary 10010101 10110101 10111011 10100 11 0 11011 10111101 10110 1000010

Color Harmonies of #95B5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B5BB

Black with #95B5BB

Text Example


Text Example

White with #95B5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,181,187); }

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

background-color css

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

 a { background-color: rgb(149,181,187); }

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

border-color css

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

 span { border-color: rgb(149,181,187); }

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