Html Css Color HEX #BAC1DF Periwinkle

📋 copy color: '#BAC1DF'

red 186 ◦ green 193 ◦ blue 223

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

Shades of Periwinkle #BAC1DF

Tints of Periwinkle #BAC1DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.04%

R = 30.9%
G = 32.06%
B = 37.04%

CMYK

 C value IS 0.17

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BAC1DF (or 0xBAC1DF) is known color: Periwinkle. HEX triplet: BA, C1 and DF. RGB value is (186,193,223). Sum of RGB (Red+Green+Blue) = 186+193+223=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 193 (75.78% from 255 or 32.06% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: blue. Hex color #BAC1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC1DF is #453E20. Grayscale: #C2C2C2. Windows color (decimal): -4537889 or 14664122. OLE color: 14664122.

HSL color Cylindrical-coordinate representation of color #BAC1DF: hue angle of 228.65º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAC1DF is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 193 223 -
CMYK 0.17 0.13 0 0.13
HSL 228.65º 0.37% 0.8% -
HSV(B) 228.65º 0.17% 0.87% -
XYZ 52.64 53.91 77.44 -
YUV 194.33 144.18 122.06 -
System Red Green Blue C M Y K H S L
Decimal 186 193 223 0.17 0.13 0 0.13 228.65 0.37 0.8
Hex BA C1 DF 11 D 0 D E5 25 50
Octal 272 301 337 21 15 0 15 345 45 120
Binary 10111010 11000001 11011111 10001 1101 0 1101 11100101 100101 1010000

Color Harmonies of #BAC1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC1DF

Black with #BAC1DF

Text Example


Text Example

White with #BAC1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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