Html Css Color HEX #8DBAC7 Botticelli

📋 copy color: '#8DBAC7'

red 141 ◦ green 186 ◦ blue 199

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

Shades of Botticelli #8DBAC7

Tints of Botticelli #8DBAC7

RGB

 RED value IS 141 (55.47% from 255) = 26.81%

 GREEN value IS 186 (73.05% from 255) = 35.36%

 BLUE value IS 199 (78.13% from 255) = 37.83%

R = 26.81%
G = 35.36%
B = 37.83%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8DBAC7 (or 0x8DBAC7) is known color: Botticelli. HEX triplet: 8D, BA and C7. RGB value is (141,186,199). Sum of RGB (Red+Green+Blue) = 141+186+199=526 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.81% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 199 (78.12% from 255 or 37.83% from 526); Max value from RGB is 199 - color contains mainly: blue. Hex color #8DBAC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBAC7 is #724538. Grayscale: #ADADAD. Windows color (decimal): -7488825 or 13089421. OLE color: 13089421.

HSL color Cylindrical-coordinate representation of color #8DBAC7: hue angle of 193.45º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8DBAC7 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 141 186 199 -
CMYK 0.29 0.07 0 0.22
HSL 193.45º 0.34% 0.67% -
HSV(B) 193.45º 0.29% 0.78% -
XYZ 38.85 44.9 60.65 -
YUV 174.03 142.09 104.44 -
System Red Green Blue C M Y K H S L
Decimal 141 186 199 0.29 0.07 0 0.22 193.45 0.34 0.67
Hex 8D BA C7 1D 7 0 16 C1 22 43
Octal 215 272 307 35 7 0 26 301 42 103
Binary 10001101 10111010 11000111 11101 111 0 10110 11000001 100010 1000011

Color Harmonies of #8DBAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBAC7

Black with #8DBAC7

Text Example


Text Example

White with #8DBAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,186,199); }

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

background-color css

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

 a { background-color: rgb(141,186,199); }

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

border-color css

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

 span { border-color: rgb(141,186,199); }

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