Html Css Color HEX #8CB2BB Botticelli

📋 copy color: '#8CB2BB'

red 140 ◦ green 178 ◦ blue 187

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

Shades of Botticelli #8CB2BB

Tints of Botticelli #8CB2BB

RGB

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

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

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

R = 27.72%
G = 35.25%
B = 37.03%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8CB2BB (or 0x8CB2BB) is known color: Botticelli. HEX triplet: 8C, B2 and BB. RGB value is (140,178,187). Sum of RGB (Red+Green+Blue) = 140+178+187=505 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.72% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 187 - color contains mainly: blue. Hex color #8CB2BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CB2BB is #734D44. Grayscale: #A7A7A7. Windows color (decimal): -7556421 or 12300940. OLE color: 12300940.

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

Color convert

RGB 140 178 187 -
CMYK 0.25 0.05 0 0.27
HSL 191.49º 0.26% 0.64% -
HSV(B) 191.49º 0.25% 0.73% -
XYZ 35.71 41 53.05 -
YUV 167.66 138.91 108.27 -
System Red Green Blue C M Y K H S L
Decimal 140 178 187 0.25 0.05 0 0.27 191.49 0.26 0.64
Hex 8C B2 BB 19 5 0 1B BF 1A 40
Octal 214 262 273 31 5 0 33 277 32 100
Binary 10001100 10110010 10111011 11001 101 0 11011 10111111 11010 1000000

Color Harmonies of #8CB2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB2BB

Black with #8CB2BB

Text Example


Text Example

White with #8CB2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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