Html Css Color HEX #8CB2BE Botticelli

📋 copy color: '#8CB2BE'

red 140 ◦ green 178 ◦ blue 190

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

Shades of Botticelli #8CB2BE

Tints of Botticelli #8CB2BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.4%

R = 27.56%
G = 35.04%
B = 37.4%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8CB2BE (or 0x8CB2BE) is known color: Botticelli. HEX triplet: 8C, B2 and BE. RGB value is (140,178,190). Sum of RGB (Red+Green+Blue) = 140+178+190=508 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.56% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 190 - color contains mainly: blue. Hex color #8CB2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CB2BE is #734D41. Grayscale: #A7A7A7. Windows color (decimal): -7556418 or 12497548. OLE color: 12497548.

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

Color convert

RGB 140 178 190 -
CMYK 0.26 0.06 0 0.25
HSL 194.4º 0.28% 0.65% -
HSV(B) 194.4º 0.26% 0.75% -
XYZ 36.03 41.13 54.76 -
YUV 168.01 140.41 108.02 -
System Red Green Blue C M Y K H S L
Decimal 140 178 190 0.26 0.06 0 0.25 194.4 0.28 0.65
Hex 8C B2 BE 1A 6 0 19 C2 1C 41
Octal 214 262 276 32 6 0 31 302 34 101
Binary 10001100 10110010 10111110 11010 110 0 11001 11000010 11100 1000001

Color Harmonies of #8CB2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB2BE

Black with #8CB2BE

Text Example


Text Example

White with #8CB2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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