Html Css Color HEX #BAC1DC Periwinkle

📋 copy color: '#BAC1DC'

red 186 ◦ green 193 ◦ blue 220

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

Shades of Periwinkle #BAC1DC

Tints of Periwinkle #BAC1DC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.22%

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

R = 31.05%
G = 32.22%
B = 36.73%

CMYK

 C value IS 0.15

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BAC1DC (or 0xBAC1DC) is known color: Periwinkle. HEX triplet: BA, C1 and DC. RGB value is (186,193,220). Sum of RGB (Red+Green+Blue) = 186+193+220=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 193 (75.78% from 255 or 32.22% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAC1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC1DC is #453E23. Grayscale: #C1C1C1. Windows color (decimal): -4537892 or 14467514. OLE color: 14467514.

HSL color Cylindrical-coordinate representation of color #BAC1DC: hue angle of 227.65º 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 #BAC1DC is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 193 220 -
CMYK 0.15 0.12 0 0.14
HSL 227.65º 0.33% 0.8% -
HSV(B) 227.65º 0.15% 0.86% -
XYZ 52.24 53.75 75.33 -
YUV 193.99 142.68 122.3 -
System Red Green Blue C M Y K H S L
Decimal 186 193 220 0.15 0.12 0 0.14 227.65 0.33 0.8
Hex BA C1 DC F C 0 E E4 21 50
Octal 272 301 334 17 14 0 16 344 41 120
Binary 10111010 11000001 11011100 1111 1100 0 1110 11100100 100001 1010000

Color Harmonies of #BAC1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC1DC

Black with #BAC1DC

Text Example


Text Example

White with #BAC1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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