Html Css Color HEX #8FB2BE Botticelli

📋 copy color: '#8FB2BE'

red 143 ◦ green 178 ◦ blue 190

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

Shades of Botticelli #8FB2BE

Tints of Botticelli #8FB2BE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.83%

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

R = 27.98%
G = 34.83%
B = 37.18%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8FB2BE (or 0x8FB2BE) is known color: Botticelli. HEX triplet: 8F, B2 and BE. RGB value is (143,178,190). Sum of RGB (Red+Green+Blue) = 143+178+190=511 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.98% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 190 - color contains mainly: blue. Hex color #8FB2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FB2BE is #704D41. Grayscale: #A8A8A8. Windows color (decimal): -7359810 or 12497551. OLE color: 12497551.

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

Color convert

RGB 143 178 190 -
CMYK 0.25 0.06 0 0.25
HSL 195.32º 0.27% 0.65% -
HSV(B) 195.32º 0.25% 0.75% -
XYZ 36.54 41.4 54.78 -
YUV 168.9 139.9 109.52 -
System Red Green Blue C M Y K H S L
Decimal 143 178 190 0.25 0.06 0 0.25 195.32 0.27 0.65
Hex 8F B2 BE 19 6 0 19 C3 1B 41
Octal 217 262 276 31 6 0 31 303 33 101
Binary 10001111 10110010 10111110 11001 110 0 11001 11000011 11011 1000001

Color Harmonies of #8FB2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB2BE

Black with #8FB2BE

Text Example


Text Example

White with #8FB2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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