Html Css Color HEX #93B2BB Botticelli

📋 copy color: '#93B2BB'

red 147 ◦ green 178 ◦ blue 187

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

Shades of Botticelli #93B2BB

Tints of Botticelli #93B2BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.52%

R = 28.71%
G = 34.77%
B = 36.52%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#93B2BB (or 0x93B2BB) is known color: Botticelli. HEX triplet: 93, B2 and BB. RGB value is (147,178,187). Sum of RGB (Red+Green+Blue) = 147+178+187=512 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.71% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 187 - color contains mainly: blue. Hex color #93B2BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93B2BB is #6C4D44. Grayscale: #A9A9A9. Windows color (decimal): -7097669 or 12300947. OLE color: 12300947.

HSL color Cylindrical-coordinate representation of color #93B2BB: hue angle of 193.5º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #93B2BB is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 178 187 -
CMYK 0.21 0.05 0 0.27
HSL 193.5º 0.23% 0.65% -
HSV(B) 193.5º 0.21% 0.73% -
XYZ 36.92 41.63 53.1 -
YUV 169.76 137.73 111.77 -
System Red Green Blue C M Y K H S L
Decimal 147 178 187 0.21 0.05 0 0.27 193.5 0.23 0.65
Hex 93 B2 BB 15 5 0 1B C2 17 41
Octal 223 262 273 25 5 0 33 302 27 101
Binary 10010011 10110010 10111011 10101 101 0 11011 11000010 10111 1000001

Color Harmonies of #93B2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B2BB

Black with #93B2BB

Text Example


Text Example

White with #93B2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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