Html Css Color HEX #8FB2BC Botticelli

📋 copy color: '#8FB2BC'

red 143 ◦ green 178 ◦ blue 188

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

Shades of Botticelli #8FB2BC

Tints of Botticelli #8FB2BC

RGB

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

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

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

R = 28.09%
G = 34.97%
B = 36.94%

CMYK

 C value IS 0.24

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8FB2BC (or 0x8FB2BC) is known color: Botticelli. HEX triplet: 8F, B2 and BC. RGB value is (143,178,188). Sum of RGB (Red+Green+Blue) = 143+178+188=509 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.09% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 188 - color contains mainly: blue. Hex color #8FB2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FB2BC is #704D43. Grayscale: #A8A8A8. Windows color (decimal): -7359812 or 12366479. OLE color: 12366479.

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

Color convert

RGB 143 178 188 -
CMYK 0.24 0.05 0 0.26
HSL 193.33º 0.25% 0.65% -
HSV(B) 193.33º 0.24% 0.74% -
XYZ 36.33 41.31 53.64 -
YUV 168.68 138.9 109.69 -
System Red Green Blue C M Y K H S L
Decimal 143 178 188 0.24 0.05 0 0.26 193.33 0.25 0.65
Hex 8F B2 BC 18 5 0 1A C1 19 41
Octal 217 262 274 30 5 0 32 301 31 101
Binary 10001111 10110010 10111100 11000 101 0 11010 11000001 11001 1000001

Color Harmonies of #8FB2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB2BC

Black with #8FB2BC

Text Example


Text Example

White with #8FB2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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