Html Css Color HEX #8AB1BC Botticelli

📋 copy color: '#8AB1BC'

red 138 ◦ green 177 ◦ blue 188

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

Shades of Botticelli #8AB1BC

Tints of Botticelli #8AB1BC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.19%

 BLUE value IS 188 (73.83% from 255) = 37.38%

R = 27.44%
G = 35.19%
B = 37.38%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8AB1BC (or 0x8AB1BC) is known color: Botticelli. HEX triplet: 8A, B1 and BC. RGB value is (138,177,188). Sum of RGB (Red+Green+Blue) = 138+177+188=503 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.44% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 188 - color contains mainly: blue. Hex color #8AB1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AB1BC is #754E43. Grayscale: #A6A6A6. Windows color (decimal): -7687748 or 12366218. OLE color: 12366218.

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

Color convert

RGB 138 177 188 -
CMYK 0.27 0.06 0 0.26
HSL 193.2º 0.27% 0.64% -
HSV(B) 193.2º 0.27% 0.74% -
XYZ 35.28 40.48 53.53 -
YUV 166.59 140.08 107.61 -
System Red Green Blue C M Y K H S L
Decimal 138 177 188 0.27 0.06 0 0.26 193.2 0.27 0.64
Hex 8A B1 BC 1B 6 0 1A C1 1B 40
Octal 212 261 274 33 6 0 32 301 33 100
Binary 10001010 10110001 10111100 11011 110 0 11010 11000001 11011 1000000

Color Harmonies of #8AB1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB1BC

Black with #8AB1BC

Text Example


Text Example

White with #8AB1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,177,188); }

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

background-color css

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

 a { background-color: rgb(138,177,188); }

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

border-color css

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

 span { border-color: rgb(138,177,188); }

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