Html Css Color HEX #93B3BD Botticelli

📋 copy color: '#93B3BD'

red 147 ◦ green 179 ◦ blue 189

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

Shades of Botticelli #93B3BD

Tints of Botticelli #93B3BD

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.76%

 BLUE value IS 189 (74.22% from 255) = 36.7%

R = 28.54%
G = 34.76%
B = 36.7%

CMYK

 C value IS 0.22

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#93B3BD (or 0x93B3BD) is known color: Botticelli. HEX triplet: 93, B3 and BD. RGB value is (147,179,189). Sum of RGB (Red+Green+Blue) = 147+179+189=515 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.54% from 515); Green value is 179 (70.31% from 255 or 34.76% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 189 - color contains mainly: blue. Hex color #93B3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B3BD is #6C4C42. Grayscale: #AAAAAA. Windows color (decimal): -7097411 or 12432275. OLE color: 12432275.

HSL color Cylindrical-coordinate representation of color #93B3BD: hue angle of 194.29º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #93B3BD is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 147 179 189 -
CMYK 0.22 0.05 0 0.26
HSL 194.29º 0.24% 0.66% -
HSV(B) 194.29º 0.22% 0.74% -
XYZ 37.34 42.12 54.31 -
YUV 170.57 138.4 111.19 -
System Red Green Blue C M Y K H S L
Decimal 147 179 189 0.22 0.05 0 0.26 194.29 0.24 0.66
Hex 93 B3 BD 16 5 0 1A C2 18 42
Octal 223 263 275 26 5 0 32 302 30 102
Binary 10010011 10110011 10111101 10110 101 0 11010 11000010 11000 1000010

Color Harmonies of #93B3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B3BD

Black with #93B3BD

Text Example


Text Example

White with #93B3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,179,189); }

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

background-color css

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

 a { background-color: rgb(147,179,189); }

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

border-color css

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

 span { border-color: rgb(147,179,189); }

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