Html Css Color HEX #93BAC6 Botticelli

📋 copy color: '#93BAC6'

red 147 ◦ green 186 ◦ blue 198

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

Shades of Botticelli #93BAC6

Tints of Botticelli #93BAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.29%

R = 27.68%
G = 35.03%
B = 37.29%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#93BAC6 (or 0x93BAC6) is known color: Botticelli. HEX triplet: 93, BA and C6. RGB value is (147,186,198). Sum of RGB (Red+Green+Blue) = 147+186+198=531 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.68% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 198 (77.73% from 255 or 37.29% from 531); Max value from RGB is 198 - color contains mainly: blue. Hex color #93BAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BAC6 is #6C4539. Grayscale: #AFAFAF. Windows color (decimal): -7095610 or 13023891. OLE color: 13023891.

HSL color Cylindrical-coordinate representation of color #93BAC6: hue angle of 194.12º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #93BAC6 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 147 186 198 -
CMYK 0.26 0.06 0 0.22
HSL 194.12º 0.31% 0.68% -
HSV(B) 194.12º 0.26% 0.78% -
XYZ 39.78 45.4 60.09 -
YUV 175.71 140.58 107.52 -
System Red Green Blue C M Y K H S L
Decimal 147 186 198 0.26 0.06 0 0.22 194.12 0.31 0.68
Hex 93 BA C6 1A 6 0 16 C2 1F 44
Octal 223 272 306 32 6 0 26 302 37 104
Binary 10010011 10111010 11000110 11010 110 0 10110 11000010 11111 1000100

Color Harmonies of #93BAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BAC6

Black with #93BAC6

Text Example


Text Example

White with #93BAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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