Html Css Color HEX #93B5BD Botticelli

📋 copy color: '#93B5BD'

red 147 ◦ green 181 ◦ blue 189

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

Shades of Botticelli #93B5BD

Tints of Botticelli #93B5BD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.01%

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

R = 28.43%
G = 35.01%
B = 36.56%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#93B5BD (or 0x93B5BD) is known color: Botticelli. HEX triplet: 93, B5 and BD. RGB value is (147,181,189). Sum of RGB (Red+Green+Blue) = 147+181+189=517 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.43% from 517); Green value is 181 (71.09% from 255 or 35.01% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 189 - color contains mainly: blue. Hex color #93B5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B5BD is #6C4A42. Grayscale: #ABABAB. Windows color (decimal): -7096899 or 12432787. OLE color: 12432787.

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

Color convert

RGB 147 181 189 -
CMYK 0.22 0.04 0 0.26
HSL 191.43º 0.24% 0.66% -
HSV(B) 191.43º 0.22% 0.74% -
XYZ 37.74 42.92 54.44 -
YUV 171.75 137.74 110.35 -
System Red Green Blue C M Y K H S L
Decimal 147 181 189 0.22 0.04 0 0.26 191.43 0.24 0.66
Hex 93 B5 BD 16 4 0 1A BF 18 42
Octal 223 265 275 26 4 0 32 277 30 102
Binary 10010011 10110101 10111101 10110 100 0 11010 10111111 11000 1000010

Color Harmonies of #93B5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B5BD

Black with #93B5BD

Text Example


Text Example

White with #93B5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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