Html Css Color HEX #8FB2BB Botticelli

📋 copy color: '#8FB2BB'

red 143 ◦ green 178 ◦ blue 187

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

Shades of Botticelli #8FB2BB

Tints of Botticelli #8FB2BB

RGB

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

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

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

R = 28.15%
G = 35.04%
B = 36.81%

CMYK

 C value IS 0.24

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8FB2BB (or 0x8FB2BB) is known color: Botticelli. HEX triplet: 8F, B2 and BB. RGB value is (143,178,187). Sum of RGB (Red+Green+Blue) = 143+178+187=508 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.15% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 187 - color contains mainly: blue. Hex color #8FB2BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FB2BB is #704D44. Grayscale: #A8A8A8. Windows color (decimal): -7359813 or 12300943. OLE color: 12300943.

HSL color Cylindrical-coordinate representation of color #8FB2BB: hue angle of 192.27º 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 #8FB2BB is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 143 178 187 -
CMYK 0.24 0.05 0 0.27
HSL 192.27º 0.24% 0.65% -
HSV(B) 192.27º 0.24% 0.73% -
XYZ 36.22 41.27 53.07 -
YUV 168.56 138.4 109.77 -
System Red Green Blue C M Y K H S L
Decimal 143 178 187 0.24 0.05 0 0.27 192.27 0.24 0.65
Hex 8F B2 BB 18 5 0 1B C0 18 41
Octal 217 262 273 30 5 0 33 300 30 101
Binary 10001111 10110010 10111011 11000 101 0 11011 11000000 11000 1000001

Color Harmonies of #8FB2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB2BB

Black with #8FB2BB

Text Example


Text Example

White with #8FB2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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