Html Css Color HEX #8CB6BC Botticelli

📋 copy color: '#8CB6BC'

red 140 ◦ green 182 ◦ blue 188

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

Shades of Botticelli #8CB6BC

Tints of Botticelli #8CB6BC

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.69%

 BLUE value IS 188 (73.83% from 255) = 36.86%

R = 27.45%
G = 35.69%
B = 36.86%

CMYK

 C value IS 0.26

 M value IS 0.03

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8CB6BC (or 0x8CB6BC) is known color: Botticelli. HEX triplet: 8C, B6 and BC. RGB value is (140,182,188). Sum of RGB (Red+Green+Blue) = 140+182+188=510 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.45% from 510); Green value is 182 (71.48% from 255 or 35.69% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 188 - color contains mainly: blue. Hex color #8CB6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CB6BC is #734943. Grayscale: #AAAAAA. Windows color (decimal): -7555396 or 12367500. OLE color: 12367500.

HSL color Cylindrical-coordinate representation of color #8CB6BC: hue angle of 187.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CB6BC is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 140 182 188 -
CMYK 0.26 0.03 0 0.26
HSL 187.5º 0.26% 0.64% -
HSV(B) 187.5º 0.26% 0.74% -
XYZ 36.62 42.66 53.88 -
YUV 170.13 138.09 106.51 -
System Red Green Blue C M Y K H S L
Decimal 140 182 188 0.26 0.03 0 0.26 187.5 0.26 0.64
Hex 8C B6 BC 1A 3 0 1A BC 1A 40
Octal 214 266 274 32 3 0 32 274 32 100
Binary 10001100 10110110 10111100 11010 11 0 11010 10111100 11010 1000000

Color Harmonies of #8CB6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB6BC

Black with #8CB6BC

Text Example


Text Example

White with #8CB6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,182,188); }

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

background-color css

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

 a { background-color: rgb(140,182,188); }

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

border-color css

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

 span { border-color: rgb(140,182,188); }

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