Html Css Color HEX #8CB4BD Botticelli

📋 copy color: '#8CB4BD'

red 140 ◦ green 180 ◦ blue 189

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

Shades of Botticelli #8CB4BD

Tints of Botticelli #8CB4BD

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.36%

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

R = 27.5%
G = 35.36%
B = 37.13%

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

#8CB4BD (or 0x8CB4BD) is known color: Botticelli. HEX triplet: 8C, B4 and BD. RGB value is (140,180,189). Sum of RGB (Red+Green+Blue) = 140+180+189=509 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.50% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 189 - color contains mainly: blue. Hex color #8CB4BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CB4BD is #734B42. Grayscale: #A8A8A8. Windows color (decimal): -7555907 or 12432524. OLE color: 12432524.

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

Color convert

RGB 140 180 189 -
CMYK 0.26 0.05 0 0.26
HSL 191.02º 0.27% 0.65% -
HSV(B) 191.02º 0.26% 0.74% -
XYZ 36.32 41.89 54.32 -
YUV 169.07 139.25 107.27 -
System Red Green Blue C M Y K H S L
Decimal 140 180 189 0.26 0.05 0 0.26 191.02 0.27 0.65
Hex 8C B4 BD 1A 5 0 1A BF 1B 41
Octal 214 264 275 32 5 0 32 277 33 101
Binary 10001100 10110100 10111101 11010 101 0 11010 10111111 11011 1000001

Color Harmonies of #8CB4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB4BD

Black with #8CB4BD

Text Example


Text Example

White with #8CB4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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