Html Css Color HEX #8FBBBC Botticelli

📋 copy color: '#8FBBBC'

red 143 ◦ green 187 ◦ blue 188

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

Shades of Botticelli #8FBBBC

Tints of Botticelli #8FBBBC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.1%

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

R = 27.61%
G = 36.1%
B = 36.29%

CMYK

 C value IS 0.24

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8FBBBC (or 0x8FBBBC) is known color: Botticelli. HEX triplet: 8F, BB and BC. RGB value is (143,187,188). Sum of RGB (Red+Green+Blue) = 143+187+188=518 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.61% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 188 - color contains mainly: blue. Hex color #8FBBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBBBC is #704443. Grayscale: #ADADAD. Windows color (decimal): -7357508 or 12368783. OLE color: 12368783.

HSL color Cylindrical-coordinate representation of color #8FBBBC: hue angle of 181.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 #8FBBBC is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 143 187 188 -
CMYK 0.24 0.01 0 0.26
HSL 181.33º 0.25% 0.65% -
HSV(B) 181.33º 0.24% 0.74% -
XYZ 38.18 45.01 54.25 -
YUV 173.96 135.92 105.92 -
System Red Green Blue C M Y K H S L
Decimal 143 187 188 0.24 0.01 0 0.26 181.33 0.25 0.65
Hex 8F BB BC 18 1 0 1A B5 19 41
Octal 217 273 274 30 1 0 32 265 31 101
Binary 10001111 10111011 10111100 11000 1 0 11010 10110101 11001 1000001

Color Harmonies of #8FBBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBBBC

Black with #8FBBBC

Text Example


Text Example

White with #8FBBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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