Html Css Color HEX #97BCC5 Botticelli

📋 copy color: '#97BCC5'

red 151 ◦ green 188 ◦ blue 197

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

Shades of Botticelli #97BCC5

Tints of Botticelli #97BCC5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.07%

 BLUE value IS 197 (77.34% from 255) = 36.75%

R = 28.17%
G = 35.07%
B = 36.75%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#97BCC5 (or 0x97BCC5) is known color: Botticelli. HEX triplet: 97, BC and C5. RGB value is (151,188,197). Sum of RGB (Red+Green+Blue) = 151+188+197=536 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.17% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 197 (77.34% from 255 or 36.75% from 536); Max value from RGB is 197 - color contains mainly: blue. Hex color #97BCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BCC5 is #68433A. Grayscale: #B1B1B1. Windows color (decimal): -6832955 or 12958871. OLE color: 12958871.

HSL color Cylindrical-coordinate representation of color #97BCC5: hue angle of 191.74º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97BCC5 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 151 188 197 -
CMYK 0.23 0.05 0 0.23
HSL 191.74º 0.28% 0.68% -
HSV(B) 191.74º 0.23% 0.77% -
XYZ 40.82 46.58 59.66 -
YUV 177.96 138.74 108.77 -
System Red Green Blue C M Y K H S L
Decimal 151 188 197 0.23 0.05 0 0.23 191.74 0.28 0.68
Hex 97 BC C5 17 5 0 17 C0 1C 44
Octal 227 274 305 27 5 0 27 300 34 104
Binary 10010111 10111100 11000101 10111 101 0 10111 11000000 11100 1000100

Color Harmonies of #97BCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BCC5

Black with #97BCC5

Text Example


Text Example

White with #97BCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,188,197); }

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

background-color css

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

 a { background-color: rgb(151,188,197); }

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

border-color css

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

 span { border-color: rgb(151,188,197); }

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