Html Css Color HEX #95B3BE Botticelli

📋 copy color: '#95B3BE'

red 149 ◦ green 179 ◦ blue 190

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

Shades of Botticelli #95B3BE

Tints of Botticelli #95B3BE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.56%

 BLUE value IS 190 (74.61% from 255) = 36.68%

R = 28.76%
G = 34.56%
B = 36.68%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#95B3BE (or 0x95B3BE) is known color: Botticelli. HEX triplet: 95, B3 and BE. RGB value is (149,179,190). Sum of RGB (Red+Green+Blue) = 149+179+190=518 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.76% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 190 - color contains mainly: blue. Hex color #95B3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95B3BE is #6A4C41. Grayscale: #ABABAB. Windows color (decimal): -6966338 or 12497813. OLE color: 12497813.

HSL color Cylindrical-coordinate representation of color #95B3BE: hue angle of 196.1º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95B3BE is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 179 190 -
CMYK 0.22 0.06 0 0.25
HSL 196.1º 0.24% 0.66% -
HSV(B) 196.1º 0.22% 0.75% -
XYZ 37.81 42.35 54.9 -
YUV 171.28 138.56 112.11 -
System Red Green Blue C M Y K H S L
Decimal 149 179 190 0.22 0.06 0 0.25 196.1 0.24 0.66
Hex 95 B3 BE 16 6 0 19 C4 18 42
Octal 225 263 276 26 6 0 31 304 30 102
Binary 10010101 10110011 10111110 10110 110 0 11001 11000100 11000 1000010

Color Harmonies of #95B3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B3BE

Black with #95B3BE

Text Example


Text Example

White with #95B3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,179,190); }

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

background-color css

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

 a { background-color: rgb(149,179,190); }

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

border-color css

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

 span { border-color: rgb(149,179,190); }

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