Html Css Color HEX #93B2B4 Botticelli

📋 copy color: '#93B2B4'

red 147 ◦ green 178 ◦ blue 180

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

Shades of Botticelli #93B2B4

Tints of Botticelli #93B2B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.64%

R = 29.11%
G = 35.25%
B = 35.64%

CMYK

 C value IS 0.18

 M value IS 0.01

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#93B2B4 (or 0x93B2B4) is known color: Botticelli. HEX triplet: 93, B2 and B4. RGB value is (147,178,180). Sum of RGB (Red+Green+Blue) = 147+178+180=505 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.11% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 180 - color contains mainly: blue. Hex color #93B2B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93B2B4 is #6C4D4B. Grayscale: #A8A8A8. Windows color (decimal): -7097676 or 11842195. OLE color: 11842195.

HSL color Cylindrical-coordinate representation of color #93B2B4: hue angle of 183.64º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #93B2B4 is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 147 178 180 -
CMYK 0.18 0.01 0 0.29
HSL 183.64º 0.18% 0.64% -
HSV(B) 183.64º 0.18% 0.71% -
XYZ 36.19 41.34 49.25 -
YUV 168.96 134.23 112.34 -
System Red Green Blue C M Y K H S L
Decimal 147 178 180 0.18 0.01 0 0.29 183.64 0.18 0.64
Hex 93 B2 B4 12 1 0 1D B8 12 40
Octal 223 262 264 22 1 0 35 270 22 100
Binary 10010011 10110010 10110100 10010 1 0 11101 10111000 10010 1000000

Color Harmonies of #93B2B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B2B4

Black with #93B2B4

Text Example


Text Example

White with #93B2B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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