Html Css Color HEX #97B6BB Botticelli

📋 copy color: '#97B6BB'

red 151 ◦ green 182 ◦ blue 187

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

Shades of Botticelli #97B6BB

Tints of Botticelli #97B6BB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35%

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

R = 29.04%
G = 35%
B = 35.96%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#97B6BB (or 0x97B6BB) is known color: Botticelli. HEX triplet: 97, B6 and BB. RGB value is (151,182,187). Sum of RGB (Red+Green+Blue) = 151+182+187=520 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.04% from 520); Green value is 182 (71.48% from 255 or 35% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 187 - color contains mainly: blue. Hex color #97B6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97B6BB is #684944. Grayscale: #ADADAD. Windows color (decimal): -6834501 or 12301975. OLE color: 12301975.

HSL color Cylindrical-coordinate representation of color #97B6BB: hue angle of 188.33º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #97B6BB is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 182 187 -
CMYK 0.19 0.03 0 0.27
HSL 188.33º 0.21% 0.66% -
HSV(B) 188.33º 0.19% 0.73% -
XYZ 38.46 43.62 53.41 -
YUV 173.3 135.73 112.09 -
System Red Green Blue C M Y K H S L
Decimal 151 182 187 0.19 0.03 0 0.27 188.33 0.21 0.66
Hex 97 B6 BB 13 3 0 1B BC 15 42
Octal 227 266 273 23 3 0 33 274 25 102
Binary 10010111 10110110 10111011 10011 11 0 11011 10111100 10101 1000010

Color Harmonies of #97B6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97B6BB

Black with #97B6BB

Text Example


Text Example

White with #97B6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,182,187); }

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

background-color css

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

 a { background-color: rgb(151,182,187); }

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

border-color css

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

 span { border-color: rgb(151,182,187); }

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