Html Css Color HEX #93B2BE Botticelli

📋 copy color: '#93B2BE'

red 147 ◦ green 178 ◦ blue 190

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

Shades of Botticelli #93B2BE

Tints of Botticelli #93B2BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.89%

R = 28.54%
G = 34.56%
B = 36.89%

CMYK

 C value IS 0.23

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#93B2BE (or 0x93B2BE) is known color: Botticelli. HEX triplet: 93, B2 and BE. RGB value is (147,178,190). Sum of RGB (Red+Green+Blue) = 147+178+190=515 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.54% from 515); Green value is 178 (69.92% from 255 or 34.56% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 190 - color contains mainly: blue. Hex color #93B2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93B2BE is #6C4D41. Grayscale: #AAAAAA. Windows color (decimal): -7097666 or 12497555. OLE color: 12497555.

HSL color Cylindrical-coordinate representation of color #93B2BE: hue angle of 196.74º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #93B2BE is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 147 178 190 -
CMYK 0.23 0.06 0 0.25
HSL 196.74º 0.25% 0.66% -
HSV(B) 196.74º 0.23% 0.75% -
XYZ 37.25 41.76 54.81 -
YUV 170.1 139.23 111.52 -
System Red Green Blue C M Y K H S L
Decimal 147 178 190 0.23 0.06 0 0.25 196.74 0.25 0.66
Hex 93 B2 BE 17 6 0 19 C5 19 42
Octal 223 262 276 27 6 0 31 305 31 102
Binary 10010011 10110010 10111110 10111 110 0 11001 11000101 11001 1000010

Color Harmonies of #93B2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B2BE

Black with #93B2BE

Text Example


Text Example

White with #93B2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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