Html Css Color HEX #93B2BC Botticelli

📋 copy color: '#93B2BC'

red 147 ◦ green 178 ◦ blue 188

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

Shades of Botticelli #93B2BC

Tints of Botticelli #93B2BC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.7%

 BLUE value IS 188 (73.83% from 255) = 36.65%

R = 28.65%
G = 34.7%
B = 36.65%

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

#93B2BC (or 0x93B2BC) is known color: Botticelli. HEX triplet: 93, B2 and BC. RGB value is (147,178,188). Sum of RGB (Red+Green+Blue) = 147+178+188=513 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.65% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 188 - color contains mainly: blue. Hex color #93B2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93B2BC is #6C4D43. Grayscale: #A9A9A9. Windows color (decimal): -7097668 or 12366483. OLE color: 12366483.

HSL color Cylindrical-coordinate representation of color #93B2BC: hue angle of 194.63º degrees, saturation: 0.23, 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 #93B2BC is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 147 178 188 -
CMYK 0.22 0.05 0 0.26
HSL 194.63º 0.23% 0.66% -
HSV(B) 194.63º 0.22% 0.74% -
XYZ 37.03 41.67 53.67 -
YUV 169.87 138.23 111.69 -
System Red Green Blue C M Y K H S L
Decimal 147 178 188 0.22 0.05 0 0.26 194.63 0.23 0.66
Hex 93 B2 BC 16 5 0 1A C3 17 42
Octal 223 262 274 26 5 0 32 303 27 102
Binary 10010011 10110010 10111100 10110 101 0 11010 11000011 10111 1000010

Color Harmonies of #93B2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B2BC

Black with #93B2BC

Text Example


Text Example

White with #93B2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,178,188); }

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

background-color css

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

 a { background-color: rgb(147,178,188); }

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

border-color css

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

 span { border-color: rgb(147,178,188); }

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