Html Css Color HEX #BAC3DC Periwinkle

📋 copy color: '#BAC3DC'

red 186 ◦ green 195 ◦ blue 220

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

Shades of Periwinkle #BAC3DC

Tints of Periwinkle #BAC3DC

RGB

 RED value IS 186 (73.05% from 255) = 30.95%

 GREEN value IS 195 (76.56% from 255) = 32.45%

 BLUE value IS 220 (86.33% from 255) = 36.61%

R = 30.95%
G = 32.45%
B = 36.61%

CMYK

 C value IS 0.15

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BAC3DC (or 0xBAC3DC) is known color: Periwinkle. HEX triplet: BA, C3 and DC. RGB value is (186,195,220). Sum of RGB (Red+Green+Blue) = 186+195+220=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 195 (76.56% from 255 or 32.45% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAC3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC3DC is #453C23. Grayscale: #C3C3C3. Windows color (decimal): -4537380 or 14468026. OLE color: 14468026.

HSL color Cylindrical-coordinate representation of color #BAC3DC: hue angle of 224.12º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAC3DC is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 195 220 -
CMYK 0.15 0.11 0 0.14
HSL 224.12º 0.33% 0.8% -
HSV(B) 224.12º 0.15% 0.86% -
XYZ 52.68 54.64 75.48 -
YUV 195.16 142.02 121.47 -
System Red Green Blue C M Y K H S L
Decimal 186 195 220 0.15 0.11 0 0.14 224.12 0.33 0.8
Hex BA C3 DC F B 0 E E0 21 50
Octal 272 303 334 17 13 0 16 340 41 120
Binary 10111010 11000011 11011100 1111 1011 0 1110 11100000 100001 1010000

Color Harmonies of #BAC3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC3DC

Black with #BAC3DC

Text Example


Text Example

White with #BAC3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC3DC; }

 p { color: rgb(186,195,220); }

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

background-color css

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

 a { background-color: rgb(186,195,220); }

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

border-color css

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

 span { border-color: rgb(186,195,220); }

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