Html Css Color HEX #8CB2BA Botticelli

📋 copy color: '#8CB2BA'

red 140 ◦ green 178 ◦ blue 186

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

Shades of Botticelli #8CB2BA

Tints of Botticelli #8CB2BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.9%

R = 27.78%
G = 35.32%
B = 36.9%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8CB2BA (or 0x8CB2BA) is known color: Botticelli. HEX triplet: 8C, B2 and BA. RGB value is (140,178,186). Sum of RGB (Red+Green+Blue) = 140+178+186=504 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.78% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 186 - color contains mainly: blue. Hex color #8CB2BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CB2BA is #734D45. Grayscale: #A7A7A7. Windows color (decimal): -7556422 or 12235404. OLE color: 12235404.

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

Color convert

RGB 140 178 186 -
CMYK 0.25 0.04 0 0.27
HSL 190.43º 0.25% 0.64% -
HSV(B) 190.43º 0.25% 0.73% -
XYZ 35.6 40.96 52.48 -
YUV 167.55 138.41 108.35 -
System Red Green Blue C M Y K H S L
Decimal 140 178 186 0.25 0.04 0 0.27 190.43 0.25 0.64
Hex 8C B2 BA 19 4 0 1B BE 19 40
Octal 214 262 272 31 4 0 33 276 31 100
Binary 10001100 10110010 10111010 11001 100 0 11011 10111110 11001 1000000

Color Harmonies of #8CB2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB2BA

Black with #8CB2BA

Text Example


Text Example

White with #8CB2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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