Html Css Color HEX #8CABB5 Botticelli

📋 copy color: '#8CABB5'

red 140 ◦ green 171 ◦ blue 181

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

Shades of Botticelli #8CABB5

Tints of Botticelli #8CABB5

RGB

 RED value IS 140 (55.08% from 255) = 28.46%

 GREEN value IS 171 (67.19% from 255) = 34.76%

 BLUE value IS 181 (71.09% from 255) = 36.79%

R = 28.46%
G = 34.76%
B = 36.79%

CMYK

 C value IS 0.23

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8CABB5 (or 0x8CABB5) is known color: Botticelli. HEX triplet: 8C, AB and B5. RGB value is (140,171,181). Sum of RGB (Red+Green+Blue) = 140+171+181=492 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.46% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 181 (71.09% from 255 or 36.79% from 492); Max value from RGB is 181 - color contains mainly: blue. Hex color #8CABB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CABB5 is #73544A. Grayscale: #A2A2A2. Windows color (decimal): -7558219 or 11905932. OLE color: 11905932.

HSL color Cylindrical-coordinate representation of color #8CABB5: hue angle of 194.63º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8CABB5 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 140 171 181 -
CMYK 0.23 0.06 0 0.29
HSL 194.63º 0.22% 0.63% -
HSV(B) 194.63º 0.23% 0.71% -
XYZ 33.72 38.04 49.28 -
YUV 162.87 138.23 111.69 -
System Red Green Blue C M Y K H S L
Decimal 140 171 181 0.23 0.06 0 0.29 194.63 0.22 0.63
Hex 8C AB B5 17 6 0 1D C3 16 3F
Octal 214 253 265 27 6 0 35 303 26 77
Binary 10001100 10101011 10110101 10111 110 0 11101 11000011 10110 111111

Color Harmonies of #8CABB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CABB5

Black with #8CABB5

Text Example


Text Example

White with #8CABB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CABB5; }

 p { color: rgb(140,171,181); }

 H1.HeaderClassName
 {
   color: #8CABB5;
 }
 .AnyTagClassName
 {
   color: #8CABB5;
 }
</style>

background-color css

<style>
 a { background-color: #8CABB5; }

 a { background-color: rgb(140,171,181); }

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

border-color css

<style>
 span { border-color: #8CABB5; }

 span { border-color: rgb(140,171,181); }

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