Html Css Color HEX #8CB6BA Botticelli

📋 copy color: '#8CB6BA'

red 140 ◦ green 182 ◦ blue 186

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

Shades of Botticelli #8CB6BA

Tints of Botticelli #8CB6BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.61%

R = 27.56%
G = 35.83%
B = 36.61%

CMYK

 C value IS 0.25

 M value IS 0.02

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8CB6BA (or 0x8CB6BA) is known color: Botticelli. HEX triplet: 8C, B6 and BA. RGB value is (140,182,186). Sum of RGB (Red+Green+Blue) = 140+182+186=508 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.56% from 508); Green value is 182 (71.48% from 255 or 35.83% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 186 - color contains mainly: blue. Hex color #8CB6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CB6BA is #734945. Grayscale: #A9A9A9. Windows color (decimal): -7555398 or 12236428. OLE color: 12236428.

HSL color Cylindrical-coordinate representation of color #8CB6BA: hue angle of 185.22º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8CB6BA is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 140 182 186 -
CMYK 0.25 0.02 0 0.27
HSL 185.22º 0.25% 0.64% -
HSV(B) 185.22º 0.25% 0.73% -
XYZ 36.41 42.58 52.75 -
YUV 169.9 137.09 106.67 -
System Red Green Blue C M Y K H S L
Decimal 140 182 186 0.25 0.02 0 0.27 185.22 0.25 0.64
Hex 8C B6 BA 19 2 0 1B B9 19 40
Octal 214 266 272 31 2 0 33 271 31 100
Binary 10001100 10110110 10111010 11001 10 0 11011 10111001 11001 1000000

Color Harmonies of #8CB6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB6BA

Black with #8CB6BA

Text Example


Text Example

White with #8CB6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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