Html Css Color HEX #8FB4BE Botticelli

📋 copy color: '#8FB4BE'

red 143 ◦ green 180 ◦ blue 190

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

Shades of Botticelli #8FB4BE

Tints of Botticelli #8FB4BE

RGB

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

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

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

R = 27.88%
G = 35.09%
B = 37.04%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8FB4BE (or 0x8FB4BE) is known color: Botticelli. HEX triplet: 8F, B4 and BE. RGB value is (143,180,190). Sum of RGB (Red+Green+Blue) = 143+180+190=513 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.88% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 190 - color contains mainly: blue. Hex color #8FB4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB4BE is #704B41. Grayscale: #AAAAAA. Windows color (decimal): -7359298 or 12498063. OLE color: 12498063.

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

Color convert

RGB 143 180 190 -
CMYK 0.25 0.05 0 0.25
HSL 192.77º 0.27% 0.65% -
HSV(B) 192.77º 0.25% 0.75% -
XYZ 36.94 42.2 54.91 -
YUV 170.08 139.24 108.69 -
System Red Green Blue C M Y K H S L
Decimal 143 180 190 0.25 0.05 0 0.25 192.77 0.27 0.65
Hex 8F B4 BE 19 5 0 19 C1 1B 41
Octal 217 264 276 31 5 0 31 301 33 101
Binary 10001111 10110100 10111110 11001 101 0 11001 11000001 11011 1000001

Color Harmonies of #8FB4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB4BE

Black with #8FB4BE

Text Example


Text Example

White with #8FB4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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