Html Css Color HEX #97ADB4 Botticelli

📋 copy color: '#97ADB4'

red 151 ◦ green 173 ◦ blue 180

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

Shades of Botticelli #97ADB4

Tints of Botticelli #97ADB4

RGB

 RED value IS 151 (59.38% from 255) = 29.96%

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

 BLUE value IS 180 (70.7% from 255) = 35.71%

R = 29.96%
G = 34.33%
B = 35.71%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#97ADB4 (or 0x97ADB4) is known color: Botticelli. HEX triplet: 97, AD and B4. RGB value is (151,173,180). Sum of RGB (Red+Green+Blue) = 151+173+180=504 (66% of max value = 765). Red value is 151 (59.38% from 255 or 29.96% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 180 (70.70% from 255 or 35.71% from 504); Max value from RGB is 180 - color contains mainly: blue. Hex color #97ADB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97ADB4 is #68524B. Grayscale: #A7A7A7. Windows color (decimal): -6836812 or 11840919. OLE color: 11840919.

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

Color convert

RGB 151 173 180 -
CMYK 0.16 0.04 0 0.29
HSL 194.48º 0.16% 0.65% -
HSV(B) 194.48º 0.16% 0.71% -
XYZ 35.94 39.76 48.96 -
YUV 167.22 135.21 116.43 -
System Red Green Blue C M Y K H S L
Decimal 151 173 180 0.16 0.04 0 0.29 194.48 0.16 0.65
Hex 97 AD B4 10 4 0 1D C2 10 41
Octal 227 255 264 20 4 0 35 302 20 101
Binary 10010111 10101101 10110100 10000 100 0 11101 11000010 10000 1000001

Color Harmonies of #97ADB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97ADB4

Black with #97ADB4

Text Example


Text Example

White with #97ADB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97ADB4; }

 p { color: rgb(151,173,180); }

 H1.HeaderClassName
 {
   color: #97ADB4;
 }
 .AnyTagClassName
 {
   color: #97ADB4;
 }
</style>

background-color css

<style>
 a { background-color: #97ADB4; }

 a { background-color: rgb(151,173,180); }

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

border-color css

<style>
 span { border-color: #97ADB4; }

 span { border-color: rgb(151,173,180); }

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