Html Css Color HEX #8AB4BE Botticelli

📋 copy color: '#8AB4BE'

red 138 ◦ green 180 ◦ blue 190

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

Shades of Botticelli #8AB4BE

Tints of Botticelli #8AB4BE

RGB

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

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

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

R = 27.17%
G = 35.43%
B = 37.4%

CMYK

 C value IS 0.27

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8AB4BE (or 0x8AB4BE) is known color: Botticelli. HEX triplet: 8A, B4 and BE. RGB value is (138,180,190). Sum of RGB (Red+Green+Blue) = 138+180+190=508 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.17% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 190 - color contains mainly: blue. Hex color #8AB4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB4BE is #754B41. Grayscale: #A8A8A8. Windows color (decimal): -7686978 or 12498058. OLE color: 12498058.

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

Color convert

RGB 138 180 190 -
CMYK 0.27 0.05 0 0.25
HSL 191.54º 0.29% 0.64% -
HSV(B) 191.54º 0.27% 0.75% -
XYZ 36.1 41.76 54.87 -
YUV 168.58 140.09 106.19 -
System Red Green Blue C M Y K H S L
Decimal 138 180 190 0.27 0.05 0 0.25 191.54 0.29 0.64
Hex 8A B4 BE 1B 5 0 19 C0 1D 40
Octal 212 264 276 33 5 0 31 300 35 100
Binary 10001010 10110100 10111110 11011 101 0 11001 11000000 11101 1000000

Color Harmonies of #8AB4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB4BE

Black with #8AB4BE

Text Example


Text Example

White with #8AB4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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