Html Css Color HEX #8CB2BC Botticelli

📋 copy color: '#8CB2BC'

red 140 ◦ green 178 ◦ blue 188

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

Shades of Botticelli #8CB2BC

Tints of Botticelli #8CB2BC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.18%

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

R = 27.67%
G = 35.18%
B = 37.15%

CMYK

 C value IS 0.26

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8CB2BC (or 0x8CB2BC) is known color: Botticelli. HEX triplet: 8C, B2 and BC. RGB value is (140,178,188). Sum of RGB (Red+Green+Blue) = 140+178+188=506 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.67% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 188 - color contains mainly: blue. Hex color #8CB2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CB2BC is #734D43. Grayscale: #A7A7A7. Windows color (decimal): -7556420 or 12366476. OLE color: 12366476.

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

Color convert

RGB 140 178 188 -
CMYK 0.26 0.05 0 0.26
HSL 192.5º 0.26% 0.64% -
HSV(B) 192.5º 0.26% 0.74% -
XYZ 35.81 41.05 53.61 -
YUV 167.78 139.41 108.19 -
System Red Green Blue C M Y K H S L
Decimal 140 178 188 0.26 0.05 0 0.26 192.5 0.26 0.64
Hex 8C B2 BC 1A 5 0 1A C0 1A 40
Octal 214 262 274 32 5 0 32 300 32 100
Binary 10001100 10110010 10111100 11010 101 0 11010 11000000 11010 1000000

Color Harmonies of #8CB2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB2BC

Black with #8CB2BC

Text Example


Text Example

White with #8CB2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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