Html Css Color HEX #BAC4E2 Periwinkle

📋 copy color: '#BAC4E2'

red 186 ◦ green 196 ◦ blue 226

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

Shades of Periwinkle #BAC4E2

Tints of Periwinkle #BAC4E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.17%

R = 30.59%
G = 32.24%
B = 37.17%

CMYK

 C value IS 0.18

 M value IS 0.13

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BAC4E2 (or 0xBAC4E2) is known color: Periwinkle. HEX triplet: BA, C4 and E2. RGB value is (186,196,226). Sum of RGB (Red+Green+Blue) = 186+196+226=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 196 (76.95% from 255 or 32.24% from 608); Blue value is 226 (88.67% from 255 or 37.17% from 608); Max value from RGB is 226 - color contains mainly: blue. Hex color #BAC4E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC4E2 is #453B1D. Grayscale: #C4C4C4. Windows color (decimal): -4537118 or 14861498. OLE color: 14861498.

HSL color Cylindrical-coordinate representation of color #BAC4E2: hue angle of 225º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAC4E2 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 196 226 -
CMYK 0.18 0.13 0 0.11
HSL 225º 0.41% 0.81% -
HSV(B) 225º 0.18% 0.89% -
XYZ 53.72 55.41 79.82 -
YUV 196.43 144.69 120.56 -
System Red Green Blue C M Y K H S L
Decimal 186 196 226 0.18 0.13 0 0.11 225 0.41 0.81
Hex BA C4 E2 12 D 0 B E1 29 51
Octal 272 304 342 22 15 0 13 341 51 121
Binary 10111010 11000100 11100010 10010 1101 0 1011 11100001 101001 1010001

Color Harmonies of #BAC4E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC4E2

Black with #BAC4E2

Text Example


Text Example

White with #BAC4E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC4E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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