Html Css Color HEX #8AB0BE Botticelli

📋 copy color: '#8AB0BE'

red 138 ◦ green 176 ◦ blue 190

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

Shades of Botticelli #8AB0BE

Tints of Botticelli #8AB0BE

RGB

 RED value IS 138 (54.3% from 255) = 27.38%

 GREEN value IS 176 (69.14% from 255) = 34.92%

 BLUE value IS 190 (74.61% from 255) = 37.7%

R = 27.38%
G = 34.92%
B = 37.7%

CMYK

 C value IS 0.27

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8AB0BE (or 0x8AB0BE) is known color: Botticelli. HEX triplet: 8A, B0 and BE. RGB value is (138,176,190). Sum of RGB (Red+Green+Blue) = 138+176+190=504 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.38% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 190 - color contains mainly: blue. Hex color #8AB0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AB0BE is #754F41. Grayscale: #A6A6A6. Windows color (decimal): -7688002 or 12497034. OLE color: 12497034.

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

Color convert

RGB 138 176 190 -
CMYK 0.27 0.07 0 0.25
HSL 196.15º 0.29% 0.64% -
HSV(B) 196.15º 0.27% 0.75% -
XYZ 35.3 40.17 54.61 -
YUV 166.23 141.41 107.86 -
System Red Green Blue C M Y K H S L
Decimal 138 176 190 0.27 0.07 0 0.25 196.15 0.29 0.64
Hex 8A B0 BE 1B 7 0 19 C4 1D 40
Octal 212 260 276 33 7 0 31 304 35 100
Binary 10001010 10110000 10111110 11011 111 0 11001 11000100 11101 1000000

Color Harmonies of #8AB0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB0BE

Black with #8AB0BE

Text Example


Text Example

White with #8AB0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,176,190); }

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

background-color css

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

 a { background-color: rgb(138,176,190); }

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

border-color css

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

 span { border-color: rgb(138,176,190); }

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