Html Css Color HEX #97BCC3 Botticelli

📋 copy color: '#97BCC3'

red 151 ◦ green 188 ◦ blue 195

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

Shades of Botticelli #97BCC3

Tints of Botticelli #97BCC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.52%

R = 28.28%
G = 35.21%
B = 36.52%

CMYK

 C value IS 0.23

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#97BCC3 (or 0x97BCC3) is known color: Botticelli. HEX triplet: 97, BC and C3. RGB value is (151,188,195). Sum of RGB (Red+Green+Blue) = 151+188+195=534 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.28% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 195 (76.56% from 255 or 36.52% from 534); Max value from RGB is 195 - color contains mainly: blue. Hex color #97BCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BCC3 is #68433C. Grayscale: #B1B1B1. Windows color (decimal): -6832957 or 12827799. OLE color: 12827799.

HSL color Cylindrical-coordinate representation of color #97BCC3: hue angle of 189.55º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97BCC3 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 151 188 195 -
CMYK 0.23 0.04 0 0.24
HSL 189.55º 0.27% 0.68% -
HSV(B) 189.55º 0.23% 0.76% -
XYZ 40.6 46.49 58.46 -
YUV 177.74 137.74 108.93 -
System Red Green Blue C M Y K H S L
Decimal 151 188 195 0.23 0.04 0 0.24 189.55 0.27 0.68
Hex 97 BC C3 17 4 0 18 BE 1B 44
Octal 227 274 303 27 4 0 30 276 33 104
Binary 10010111 10111100 11000011 10111 100 0 11000 10111110 11011 1000100

Color Harmonies of #97BCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BCC3

Black with #97BCC3

Text Example


Text Example

White with #97BCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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