Html Css Color HEX #8FAEBB Botticelli

📋 copy color: '#8FAEBB'

red 143 ◦ green 174 ◦ blue 187

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

Shades of Botticelli #8FAEBB

Tints of Botticelli #8FAEBB

RGB

 RED value IS 143 (56.25% from 255) = 28.37%

 GREEN value IS 174 (68.36% from 255) = 34.52%

 BLUE value IS 187 (73.44% from 255) = 37.1%

R = 28.37%
G = 34.52%
B = 37.1%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8FAEBB (or 0x8FAEBB) is known color: Botticelli. HEX triplet: 8F, AE and BB. RGB value is (143,174,187). Sum of RGB (Red+Green+Blue) = 143+174+187=504 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.37% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 187 - color contains mainly: blue. Hex color #8FAEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAEBB is #705144. Grayscale: #A6A6A6. Windows color (decimal): -7360837 or 12299919. OLE color: 12299919.

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

Color convert

RGB 143 174 187 -
CMYK 0.24 0.07 0 0.27
HSL 197.73º 0.24% 0.65% -
HSV(B) 197.73º 0.24% 0.73% -
XYZ 35.43 39.7 52.81 -
YUV 166.21 139.73 111.44 -
System Red Green Blue C M Y K H S L
Decimal 143 174 187 0.24 0.07 0 0.27 197.73 0.24 0.65
Hex 8F AE BB 18 7 0 1B C6 18 41
Octal 217 256 273 30 7 0 33 306 30 101
Binary 10001111 10101110 10111011 11000 111 0 11011 11000110 11000 1000001

Color Harmonies of #8FAEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAEBB

Black with #8FAEBB

Text Example


Text Example

White with #8FAEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,174,187); }

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

background-color css

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

 a { background-color: rgb(143,174,187); }

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

border-color css

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

 span { border-color: rgb(143,174,187); }

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