Html Css Color HEX #8CB0BB Botticelli

📋 copy color: '#8CB0BB'

red 140 ◦ green 176 ◦ blue 187

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

Shades of Botticelli #8CB0BB

Tints of Botticelli #8CB0BB

RGB

 RED value IS 140 (55.08% from 255) = 27.83%

 GREEN value IS 176 (69.14% from 255) = 34.99%

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

R = 27.83%
G = 34.99%
B = 37.18%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8CB0BB (or 0x8CB0BB) is known color: Botticelli. HEX triplet: 8C, B0 and BB. RGB value is (140,176,187). Sum of RGB (Red+Green+Blue) = 140+176+187=503 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.83% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 187 - color contains mainly: blue. Hex color #8CB0BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CB0BB is #734F44. Grayscale: #A6A6A6. Windows color (decimal): -7556933 or 12300428. OLE color: 12300428.

HSL color Cylindrical-coordinate representation of color #8CB0BB: hue angle of 194.04º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8CB0BB is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 140 176 187 -
CMYK 0.25 0.06 0 0.27
HSL 194.04º 0.26% 0.64% -
HSV(B) 194.04º 0.25% 0.73% -
XYZ 35.31 40.21 52.91 -
YUV 166.49 139.57 109.11 -
System Red Green Blue C M Y K H S L
Decimal 140 176 187 0.25 0.06 0 0.27 194.04 0.26 0.64
Hex 8C B0 BB 19 6 0 1B C2 1A 40
Octal 214 260 273 31 6 0 33 302 32 100
Binary 10001100 10110000 10111011 11001 110 0 11011 11000010 11010 1000000

Color Harmonies of #8CB0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB0BB

Black with #8CB0BB

Text Example


Text Example

White with #8CB0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,176,187); }

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

background-color css

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

 a { background-color: rgb(140,176,187); }

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

border-color css

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

 span { border-color: rgb(140,176,187); }

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