Html Css Color HEX #8FB2BF Botticelli

📋 copy color: '#8FB2BF'

red 143 ◦ green 178 ◦ blue 191

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

Shades of Botticelli #8FB2BF

Tints of Botticelli #8FB2BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.3%

R = 27.93%
G = 34.77%
B = 37.3%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8FB2BF (or 0x8FB2BF) is known color: Botticelli. HEX triplet: 8F, B2 and BF. RGB value is (143,178,191). Sum of RGB (Red+Green+Blue) = 143+178+191=512 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.93% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 191 - color contains mainly: blue. Hex color #8FB2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FB2BF is #704D40. Grayscale: #A8A8A8. Windows color (decimal): -7359809 or 12563087. OLE color: 12563087.

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

Color convert

RGB 143 178 191 -
CMYK 0.25 0.07 0 0.25
HSL 196.25º 0.27% 0.65% -
HSV(B) 196.25º 0.25% 0.75% -
XYZ 36.65 41.44 55.36 -
YUV 169.02 140.4 109.44 -
System Red Green Blue C M Y K H S L
Decimal 143 178 191 0.25 0.07 0 0.25 196.25 0.27 0.65
Hex 8F B2 BF 19 7 0 19 C4 1B 41
Octal 217 262 277 31 7 0 31 304 33 101
Binary 10001111 10110010 10111111 11001 111 0 11001 11000100 11011 1000001

Color Harmonies of #8FB2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB2BF

Black with #8FB2BF

Text Example


Text Example

White with #8FB2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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