Html Css Color HEX #8CADB6 Botticelli

📋 copy color: '#8CADB6'

red 140 ◦ green 173 ◦ blue 182

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

Shades of Botticelli #8CADB6

Tints of Botticelli #8CADB6

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.95%

 BLUE value IS 182 (71.48% from 255) = 36.77%

R = 28.28%
G = 34.95%
B = 36.77%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8CADB6 (or 0x8CADB6) is known color: Botticelli. HEX triplet: 8C, AD and B6. RGB value is (140,173,182). Sum of RGB (Red+Green+Blue) = 140+173+182=495 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.28% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 182 (71.48% from 255 or 36.77% from 495); Max value from RGB is 182 - color contains mainly: blue. Hex color #8CADB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CADB6 is #735249. Grayscale: #A4A4A4. Windows color (decimal): -7557706 or 11971980. OLE color: 11971980.

HSL color Cylindrical-coordinate representation of color #8CADB6: hue angle of 192.86º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8CADB6 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 140 173 182 -
CMYK 0.23 0.05 0 0.29
HSL 192.86º 0.22% 0.63% -
HSV(B) 192.86º 0.23% 0.71% -
XYZ 34.2 38.84 49.95 -
YUV 164.16 138.07 110.77 -
System Red Green Blue C M Y K H S L
Decimal 140 173 182 0.23 0.05 0 0.29 192.86 0.22 0.63
Hex 8C AD B6 17 5 0 1D C1 16 3F
Octal 214 255 266 27 5 0 35 301 26 77
Binary 10001100 10101101 10110110 10111 101 0 11101 11000001 10110 111111

Color Harmonies of #8CADB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CADB6

Black with #8CADB6

Text Example


Text Example

White with #8CADB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,173,182); }

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

background-color css

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

 a { background-color: rgb(140,173,182); }

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

border-color css

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

 span { border-color: rgb(140,173,182); }

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