Html Css Color HEX #8CB6BE Botticelli

📋 copy color: '#8CB6BE'

red 140 ◦ green 182 ◦ blue 190

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

Shades of Botticelli #8CB6BE

Tints of Botticelli #8CB6BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.11%

R = 27.34%
G = 35.55%
B = 37.11%

CMYK

 C value IS 0.26

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8CB6BE (or 0x8CB6BE) is known color: Botticelli. HEX triplet: 8C, B6 and BE. RGB value is (140,182,190). Sum of RGB (Red+Green+Blue) = 140+182+190=512 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.34% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 190 - color contains mainly: blue. Hex color #8CB6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CB6BE is #734941. Grayscale: #AAAAAA. Windows color (decimal): -7555394 or 12498572. OLE color: 12498572.

HSL color Cylindrical-coordinate representation of color #8CB6BE: hue angle of 189.6º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CB6BE is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 182 190 -
CMYK 0.26 0.04 0 0.25
HSL 189.6º 0.28% 0.65% -
HSV(B) 189.6º 0.26% 0.75% -
XYZ 36.84 42.75 55.03 -
YUV 170.35 139.09 106.35 -
System Red Green Blue C M Y K H S L
Decimal 140 182 190 0.26 0.04 0 0.25 189.6 0.28 0.65
Hex 8C B6 BE 1A 4 0 19 BE 1C 41
Octal 214 266 276 32 4 0 31 276 34 101
Binary 10001100 10110110 10111110 11010 100 0 11001 10111110 11100 1000001

Color Harmonies of #8CB6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB6BE

Black with #8CB6BE

Text Example


Text Example

White with #8CB6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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