Html Css Color HEX #8CB0BE Botticelli

📋 copy color: '#8CB0BE'

red 140 ◦ green 176 ◦ blue 190

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

Shades of Botticelli #8CB0BE

Tints of Botticelli #8CB0BE

RGB

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

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

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

R = 27.67%
G = 34.78%
B = 37.55%

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

#8CB0BE (or 0x8CB0BE) is known color: Botticelli. HEX triplet: 8C, B0 and BE. RGB value is (140,176,190). Sum of RGB (Red+Green+Blue) = 140+176+190=506 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.67% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 190 - color contains mainly: blue. Hex color #8CB0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CB0BE is #734F41. Grayscale: #A6A6A6. Windows color (decimal): -7556930 or 12497036. OLE color: 12497036.

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

Color convert

RGB 140 176 190 -
CMYK 0.26 0.07 0 0.25
HSL 196.8º 0.28% 0.65% -
HSV(B) 196.8º 0.26% 0.75% -
XYZ 35.63 40.34 54.62 -
YUV 166.83 141.07 108.86 -
System Red Green Blue C M Y K H S L
Decimal 140 176 190 0.26 0.07 0 0.25 196.8 0.28 0.65
Hex 8C B0 BE 1A 7 0 19 C5 1C 41
Octal 214 260 276 32 7 0 31 305 34 101
Binary 10001100 10110000 10111110 11010 111 0 11001 11000101 11100 1000001

Color Harmonies of #8CB0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB0BE

Black with #8CB0BE

Text Example


Text Example

White with #8CB0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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