Html Css Color HEX #8EB8BD Botticelli

📋 copy color: '#8EB8BD'

red 142 ◦ green 184 ◦ blue 189

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

Shades of Botticelli #8EB8BD

Tints of Botticelli #8EB8BD

RGB

 RED value IS 142 (55.86% from 255) = 27.57%

 GREEN value IS 184 (72.27% from 255) = 35.73%

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

R = 27.57%
G = 35.73%
B = 36.7%

CMYK

 C value IS 0.25

 M value IS 0.03

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8EB8BD (or 0x8EB8BD) is known color: Botticelli. HEX triplet: 8E, B8 and BD. RGB value is (142,184,189). Sum of RGB (Red+Green+Blue) = 142+184+189=515 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.57% from 515); Green value is 184 (72.27% from 255 or 35.73% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 189 - color contains mainly: blue. Hex color #8EB8BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB8BD is #714742. Grayscale: #ABABAB. Windows color (decimal): -7423811 or 12433550. OLE color: 12433550.

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

Color convert

RGB 142 184 189 -
CMYK 0.25 0.03 0 0.26
HSL 186.38º 0.26% 0.65% -
HSV(B) 186.38º 0.25% 0.74% -
XYZ 37.48 43.71 54.6 -
YUV 172.01 137.59 106.59 -
System Red Green Blue C M Y K H S L
Decimal 142 184 189 0.25 0.03 0 0.26 186.38 0.26 0.65
Hex 8E B8 BD 19 3 0 1A BA 1A 41
Octal 216 270 275 31 3 0 32 272 32 101
Binary 10001110 10111000 10111101 11001 11 0 11010 10111010 11010 1000001

Color Harmonies of #8EB8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EB8BD

Black with #8EB8BD

Text Example


Text Example

White with #8EB8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,184,189); }

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

background-color css

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

 a { background-color: rgb(142,184,189); }

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

border-color css

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

 span { border-color: rgb(142,184,189); }

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