Html Css Color HEX #BAC4DE Periwinkle

📋 copy color: '#BAC4DE'

red 186 ◦ green 196 ◦ blue 222

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

Shades of Periwinkle #BAC4DE

Tints of Periwinkle #BAC4DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.75%

R = 30.79%
G = 32.45%
B = 36.75%

CMYK

 C value IS 0.16

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BAC4DE (or 0xBAC4DE) is known color: Periwinkle. HEX triplet: BA, C4 and DE. RGB value is (186,196,222). Sum of RGB (Red+Green+Blue) = 186+196+222=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 196 (76.95% from 255 or 32.45% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 222 - color contains mainly: blue. Hex color #BAC4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC4DE is #453B21. Grayscale: #C3C3C3. Windows color (decimal): -4537122 or 14599354. OLE color: 14599354.

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

Color convert

RGB 186 196 222 -
CMYK 0.16 0.12 0 0.13
HSL 223.33º 0.35% 0.8% -
HSV(B) 223.33º 0.16% 0.87% -
XYZ 53.17 55.19 76.96 -
YUV 195.97 142.69 120.89 -
System Red Green Blue C M Y K H S L
Decimal 186 196 222 0.16 0.12 0 0.13 223.33 0.35 0.8
Hex BA C4 DE 10 C 0 D DF 23 50
Octal 272 304 336 20 14 0 15 337 43 120
Binary 10111010 11000100 11011110 10000 1100 0 1101 11011111 100011 1010000

Color Harmonies of #BAC4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC4DE

Black with #BAC4DE

Text Example


Text Example

White with #BAC4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC4DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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