#8CB8C4

Color #8CB8C4 Botticelli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Botticelli #8CB8C4

Tints of Botticelli #8CB8C4

Color information

#8CB8C4 (or 0x8CB8C4) is unknown color: approx Botticelli. HEX triplet: 8C, B8 and C4. RGB value is (140,184,196). Sum of RGB (Red+Green+Blue) = 140+184+196=520 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.92% from 520); Green value is 184 (72.27% from 255 or 35.38% from 520); Blue value is 196 (76.95% from 255 or 37.69% from 520); Max value from RGB is 196 - color contains mainly: blue. Hex color #8CB8C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CB8C4 is #73473B. Grayscale: #ACACAC. Windows color (decimal): -7554876 or 12892300. OLE color: 12892300.

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

Color convert

RGB140184196-
CMYK0.290.0600.23
HSL192.86º32.18%65.88%-
HSV(B)192.86º28.57%76.86%-
XYZ37.9243.8458.69-
YUV172.21141.42105.02-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.92%
GREEN value IS 184 (72.27% from 255) = 35.38%
BLUE value IS 196 (76.95% from 255) = 37.69%
R=26.92%
G=35.38%
B=37.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1401841960.290.0600.23192.8632.1865.88
Hex8CB8C41D6017c12042
Octal21427030435602730140102
Binary10001100101110001100010011101110010111110000011000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB8C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,184,196); }

 H1.HeaderClassName
 {
   color: #8CB8C4;
 }
 .AnyTagClassName
 {
   color: #8CB8C4;
 }
</style>
background-color css

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

 a { background-color: rgb(140,184,196); }

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

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

 span { border-color: rgb(140,184,196); }

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