Html Css Color HEX #BAC4EA Periwinkle

📋 copy color: '#BAC4EA'

red 186 ◦ green 196 ◦ blue 234

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

Shades of Periwinkle #BAC4EA

Tints of Periwinkle #BAC4EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.99%

R = 30.19%
G = 31.82%
B = 37.99%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BAC4EA (or 0xBAC4EA) is known color: Periwinkle. HEX triplet: BA, C4 and EA. RGB value is (186,196,234). Sum of RGB (Red+Green+Blue) = 186+196+234=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 196 (76.95% from 255 or 31.82% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAC4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC4EA is #453B15. Grayscale: #C5C5C5. Windows color (decimal): -4537110 or 15385786. OLE color: 15385786.

HSL color Cylindrical-coordinate representation of color #BAC4EA: hue angle of 227.5º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAC4EA is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 196 234 -
CMYK 0.21 0.16 0 0.08
HSL 227.5º 0.53% 0.82% -
HSV(B) 227.5º 0.21% 0.92% -
XYZ 54.84 55.86 85.73 -
YUV 197.34 148.69 119.91 -
System Red Green Blue C M Y K H S L
Decimal 186 196 234 0.21 0.16 0 0.08 227.5 0.53 0.82
Hex BA C4 EA 15 10 0 8 E4 35 52
Octal 272 304 352 25 20 0 10 344 65 122
Binary 10111010 11000100 11101010 10101 10000 0 1000 11100100 110101 1010010

Color Harmonies of #BAC4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC4EA

Black with #BAC4EA

Text Example


Text Example

White with #BAC4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC4EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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