Html Css Color HEX #93BAC0 Botticelli

📋 copy color: '#93BAC0'

red 147 ◦ green 186 ◦ blue 192

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

Shades of Botticelli #93BAC0

Tints of Botticelli #93BAC0

RGB

 RED value IS 147 (57.81% from 255) = 28%

 GREEN value IS 186 (73.05% from 255) = 35.43%

 BLUE value IS 192 (75.39% from 255) = 36.57%

R = 28%
G = 35.43%
B = 36.57%

CMYK

 C value IS 0.23

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#93BAC0 (or 0x93BAC0) is known color: Botticelli. HEX triplet: 93, BA and C0. RGB value is (147,186,192). Sum of RGB (Red+Green+Blue) = 147+186+192=525 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 192 - color contains mainly: blue. Hex color #93BAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BAC0 is #6C453F. Grayscale: #AEAEAE. Windows color (decimal): -7095616 or 12630675. OLE color: 12630675.

HSL color Cylindrical-coordinate representation of color #93BAC0: hue angle of 188º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #93BAC0 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 147 186 192 -
CMYK 0.23 0.03 0 0.25
HSL 188º 0.26% 0.66% -
HSV(B) 188º 0.23% 0.75% -
XYZ 39.11 45.13 56.52 -
YUV 175.02 137.58 108.01 -
System Red Green Blue C M Y K H S L
Decimal 147 186 192 0.23 0.03 0 0.25 188 0.26 0.66
Hex 93 BA C0 17 3 0 19 BC 1A 42
Octal 223 272 300 27 3 0 31 274 32 102
Binary 10010011 10111010 11000000 10111 11 0 11001 10111100 11010 1000010

Color Harmonies of #93BAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BAC0

Black with #93BAC0

Text Example


Text Example

White with #93BAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93BAC0; }

 p { color: rgb(147,186,192); }

 H1.HeaderClassName
 {
   color: #93BAC0;
 }
 .AnyTagClassName
 {
   color: #93BAC0;
 }
</style>

background-color css

<style>
 a { background-color: #93BAC0; }

 a { background-color: rgb(147,186,192); }

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

border-color css

<style>
 span { border-color: #93BAC0; }

 span { border-color: rgb(147,186,192); }

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