Html Css Color HEX #8EB2BA Botticelli

📋 copy color: '#8EB2BA'

red 142 ◦ green 178 ◦ blue 186

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

Shades of Botticelli #8EB2BA

Tints of Botticelli #8EB2BA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.18%

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

R = 28.06%
G = 35.18%
B = 36.76%

CMYK

 C value IS 0.24

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8EB2BA (or 0x8EB2BA) is known color: Botticelli. HEX triplet: 8E, B2 and BA. RGB value is (142,178,186). Sum of RGB (Red+Green+Blue) = 142+178+186=506 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.06% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 186 - color contains mainly: blue. Hex color #8EB2BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EB2BA is #714D45. Grayscale: #A8A8A8. Windows color (decimal): -7425350 or 12235406. OLE color: 12235406.

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

Color convert

RGB 142 178 186 -
CMYK 0.24 0.04 0 0.27
HSL 190.91º 0.24% 0.64% -
HSV(B) 190.91º 0.24% 0.73% -
XYZ 35.94 41.14 52.5 -
YUV 168.15 138.07 109.35 -
System Red Green Blue C M Y K H S L
Decimal 142 178 186 0.24 0.04 0 0.27 190.91 0.24 0.64
Hex 8E B2 BA 18 4 0 1B BF 18 40
Octal 216 262 272 30 4 0 33 277 30 100
Binary 10001110 10110010 10111010 11000 100 0 11011 10111111 11000 1000000

Color Harmonies of #8EB2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EB2BA

Black with #8EB2BA

Text Example


Text Example

White with #8EB2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,178,186); }

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

background-color css

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

 a { background-color: rgb(142,178,186); }

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

border-color css

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

 span { border-color: rgb(142,178,186); }

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