Html Css Color HEX #8CB1BE Botticelli

📋 copy color: '#8CB1BE'

red 140 ◦ green 177 ◦ blue 190

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

Shades of Botticelli #8CB1BE

Tints of Botticelli #8CB1BE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.91%

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

R = 27.61%
G = 34.91%
B = 37.48%

CMYK

 C value IS 0.26

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8CB1BE (or 0x8CB1BE) is known color: Botticelli. HEX triplet: 8C, B1 and BE. RGB value is (140,177,190). Sum of RGB (Red+Green+Blue) = 140+177+190=507 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.61% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 190 - color contains mainly: blue. Hex color #8CB1BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CB1BE is #734E41. Grayscale: #A7A7A7. Windows color (decimal): -7556674 or 12497292. OLE color: 12497292.

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

Color convert

RGB 140 177 190 -
CMYK 0.26 0.07 0 0.25
HSL 195.6º 0.28% 0.65% -
HSV(B) 195.6º 0.26% 0.75% -
XYZ 35.83 40.74 54.69 -
YUV 167.42 140.74 108.44 -
System Red Green Blue C M Y K H S L
Decimal 140 177 190 0.26 0.07 0 0.25 195.6 0.28 0.65
Hex 8C B1 BE 1A 7 0 19 C4 1C 41
Octal 214 261 276 32 7 0 31 304 34 101
Binary 10001100 10110001 10111110 11010 111 0 11001 11000100 11100 1000001

Color Harmonies of #8CB1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB1BE

Black with #8CB1BE

Text Example


Text Example

White with #8CB1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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