Html Css Color HEX #BAC4DF Periwinkle

📋 copy color: '#BAC4DF'

red 186 ◦ green 196 ◦ blue 223

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

Shades of Periwinkle #BAC4DF

Tints of Periwinkle #BAC4DF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.4%

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

R = 30.74%
G = 32.4%
B = 36.86%

CMYK

 C value IS 0.17

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BAC4DF (or 0xBAC4DF) is known color: Periwinkle. HEX triplet: BA, C4 and DF. RGB value is (186,196,223). Sum of RGB (Red+Green+Blue) = 186+196+223=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 196 (76.95% from 255 or 32.40% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 223 - color contains mainly: blue. Hex color #BAC4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC4DF is #453B20. Grayscale: #C3C3C3. Windows color (decimal): -4537121 or 14664890. OLE color: 14664890.

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

Color convert

RGB 186 196 223 -
CMYK 0.17 0.12 0 0.13
HSL 223.78º 0.37% 0.8% -
HSV(B) 223.78º 0.17% 0.87% -
XYZ 53.31 55.25 77.67 -
YUV 196.09 143.19 120.8 -
System Red Green Blue C M Y K H S L
Decimal 186 196 223 0.17 0.12 0 0.13 223.78 0.37 0.8
Hex BA C4 DF 11 C 0 D E0 25 50
Octal 272 304 337 21 14 0 15 340 45 120
Binary 10111010 11000100 11011111 10001 1100 0 1101 11100000 100101 1010000

Color Harmonies of #BAC4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC4DF

Black with #BAC4DF

Text Example


Text Example

White with #BAC4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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