Html Css Color HEX #93BBC6 Botticelli

📋 copy color: '#93BBC6'

red 147 ◦ green 187 ◦ blue 198

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

Shades of Botticelli #93BBC6

Tints of Botticelli #93BBC6

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.15%

 BLUE value IS 198 (77.73% from 255) = 37.22%

R = 27.63%
G = 35.15%
B = 37.22%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#93BBC6 (or 0x93BBC6) is known color: Botticelli. HEX triplet: 93, BB and C6. RGB value is (147,187,198). Sum of RGB (Red+Green+Blue) = 147+187+198=532 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.63% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 198 (77.73% from 255 or 37.22% from 532); Max value from RGB is 198 - color contains mainly: blue. Hex color #93BBC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BBC6 is #6C4439. Grayscale: #B0B0B0. Windows color (decimal): -7095354 or 13024147. OLE color: 13024147.

HSL color Cylindrical-coordinate representation of color #93BBC6: hue angle of 192.94º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #93BBC6 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 147 187 198 -
CMYK 0.26 0.06 0 0.22
HSL 192.94º 0.31% 0.68% -
HSV(B) 192.94º 0.26% 0.78% -
XYZ 40 45.82 60.16 -
YUV 176.29 140.25 107.11 -
System Red Green Blue C M Y K H S L
Decimal 147 187 198 0.26 0.06 0 0.22 192.94 0.31 0.68
Hex 93 BB C6 1A 6 0 16 C1 1F 44
Octal 223 273 306 32 6 0 26 301 37 104
Binary 10010011 10111011 11000110 11010 110 0 10110 11000001 11111 1000100

Color Harmonies of #93BBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BBC6

Black with #93BBC6

Text Example


Text Example

White with #93BBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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