Html Css Color HEX #BAC4E8 Periwinkle

📋 copy color: '#BAC4E8'

red 186 ◦ green 196 ◦ blue 232

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

Shades of Periwinkle #BAC4E8

Tints of Periwinkle #BAC4E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37.79%

R = 30.29%
G = 31.92%
B = 37.79%

CMYK

 C value IS 0.20

 M value IS 0.16

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BAC4E8 (or 0xBAC4E8) is known color: Periwinkle. HEX triplet: BA, C4 and E8. RGB value is (186,196,232). Sum of RGB (Red+Green+Blue) = 186+196+232=614 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.29% from 614); Green value is 196 (76.95% from 255 or 31.92% from 614); Blue value is 232 (91.02% from 255 or 37.79% from 614); Max value from RGB is 232 - color contains mainly: blue. Hex color #BAC4E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC4E8 is #453B17. Grayscale: #C4C4C4. Windows color (decimal): -4537112 or 15254714. OLE color: 15254714.

HSL color Cylindrical-coordinate representation of color #BAC4E8: hue angle of 226.96º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAC4E8 is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 196 232 -
CMYK 0.20 0.16 0 0.09
HSL 226.96º 0.5% 0.82% -
HSV(B) 226.96º 0.2% 0.91% -
XYZ 54.56 55.75 84.23 -
YUV 197.11 147.69 120.07 -
System Red Green Blue C M Y K H S L
Decimal 186 196 232 0.20 0.16 0 0.09 226.96 0.5 0.82
Hex BA C4 E8 14 10 0 9 E3 32 52
Octal 272 304 350 24 20 0 11 343 62 122
Binary 10111010 11000100 11101000 10100 10000 0 1001 11100011 110010 1010010

Color Harmonies of #BAC4E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC4E8

Black with #BAC4E8

Text Example


Text Example

White with #BAC4E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC4E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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