Html Css Color HEX #8CB5BD Botticelli

📋 copy color: '#8CB5BD'

red 140 ◦ green 181 ◦ blue 189

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

Shades of Botticelli #8CB5BD

Tints of Botticelli #8CB5BD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.49%

 BLUE value IS 189 (74.22% from 255) = 37.06%

R = 27.45%
G = 35.49%
B = 37.06%

CMYK

 C value IS 0.26

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8CB5BD (or 0x8CB5BD) is known color: Botticelli. HEX triplet: 8C, B5 and BD. RGB value is (140,181,189). Sum of RGB (Red+Green+Blue) = 140+181+189=510 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.45% from 510); Green value is 181 (71.09% from 255 or 35.49% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 189 - color contains mainly: blue. Hex color #8CB5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CB5BD is #734A42. Grayscale: #A9A9A9. Windows color (decimal): -7555651 or 12432780. OLE color: 12432780.

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

Color convert

RGB 140 181 189 -
CMYK 0.26 0.04 0 0.26
HSL 189.8º 0.27% 0.65% -
HSV(B) 189.8º 0.26% 0.74% -
XYZ 36.52 42.3 54.38 -
YUV 169.65 138.92 106.85 -
System Red Green Blue C M Y K H S L
Decimal 140 181 189 0.26 0.04 0 0.26 189.8 0.27 0.65
Hex 8C B5 BD 1A 4 0 1A BE 1B 41
Octal 214 265 275 32 4 0 32 276 33 101
Binary 10001100 10110101 10111101 11010 100 0 11010 10111110 11011 1000001

Color Harmonies of #8CB5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB5BD

Black with #8CB5BD

Text Example


Text Example

White with #8CB5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,181,189); }

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

background-color css

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

 a { background-color: rgb(140,181,189); }

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

border-color css

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

 span { border-color: rgb(140,181,189); }

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