Html Css Color HEX #8CACB5 Botticelli

📋 copy color: '#8CACB5'

red 140 ◦ green 172 ◦ blue 181

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

Shades of Botticelli #8CACB5

Tints of Botticelli #8CACB5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.89%

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

R = 28.4%
G = 34.89%
B = 36.71%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8CACB5 (or 0x8CACB5) is known color: Botticelli. HEX triplet: 8C, AC and B5. RGB value is (140,172,181). Sum of RGB (Red+Green+Blue) = 140+172+181=493 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.40% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 181 (71.09% from 255 or 36.71% from 493); Max value from RGB is 181 - color contains mainly: blue. Hex color #8CACB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CACB5 is #73534A. Grayscale: #A3A3A3. Windows color (decimal): -7557963 or 11906188. OLE color: 11906188.

HSL color Cylindrical-coordinate representation of color #8CACB5: hue angle of 193.17º 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 #8CACB5 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 140 172 181 -
CMYK 0.23 0.05 0 0.29
HSL 193.17º 0.22% 0.63% -
HSV(B) 193.17º 0.23% 0.71% -
XYZ 33.91 38.42 49.34 -
YUV 163.46 137.9 111.27 -
System Red Green Blue C M Y K H S L
Decimal 140 172 181 0.23 0.05 0 0.29 193.17 0.22 0.63
Hex 8C AC B5 17 5 0 1D C1 16 3F
Octal 214 254 265 27 5 0 35 301 26 77
Binary 10001100 10101100 10110101 10111 101 0 11101 11000001 10110 111111

Color Harmonies of #8CACB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CACB5

Black with #8CACB5

Text Example


Text Example

White with #8CACB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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