Html Css Color HEX #BAC2DB Periwinkle

📋 copy color: '#BAC2DB'

red 186 ◦ green 194 ◦ blue 219

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

Shades of Periwinkle #BAC2DB

Tints of Periwinkle #BAC2DB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.39%

 BLUE value IS 219 (85.94% from 255) = 36.56%

R = 31.05%
G = 32.39%
B = 36.56%

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

#BAC2DB (or 0xBAC2DB) is known color: Periwinkle. HEX triplet: BA, C2 and DB. RGB value is (186,194,219). Sum of RGB (Red+Green+Blue) = 186+194+219=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 194 (76.17% from 255 or 32.39% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 219 - color contains mainly: blue. Hex color #BAC2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC2DB is #453D24. Grayscale: #C2C2C2. Windows color (decimal): -4537637 or 14402234. OLE color: 14402234.

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

Color convert

RGB 186 194 219 -
CMYK 0.15 0.11 0 0.14
HSL 225.45º 0.31% 0.79% -
HSV(B) 225.45º 0.15% 0.86% -
XYZ 52.33 54.14 74.71 -
YUV 194.46 141.85 121.97 -
System Red Green Blue C M Y K H S L
Decimal 186 194 219 0.15 0.11 0 0.14 225.45 0.31 0.79
Hex BA C2 DB F B 0 E E1 1F 4F
Octal 272 302 333 17 13 0 16 341 37 117
Binary 10111010 11000010 11011011 1111 1011 0 1110 11100001 11111 1001111

Color Harmonies of #BAC2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC2DB

Black with #BAC2DB

Text Example


Text Example

White with #BAC2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC2DB; }

 p { color: rgb(186,194,219); }

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

background-color css

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

 a { background-color: rgb(186,194,219); }

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

border-color css

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

 span { border-color: rgb(186,194,219); }

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