Html Css Color HEX #BAC9EC Periwinkle

📋 copy color: '#BAC9EC'

red 186 ◦ green 201 ◦ blue 236

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

Shades of Periwinkle #BAC9EC

Tints of Periwinkle #BAC9EC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.26%

 BLUE value IS 236 (92.58% from 255) = 37.88%

R = 29.86%
G = 32.26%
B = 37.88%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BAC9EC (or 0xBAC9EC) is known color: Periwinkle. HEX triplet: BA, C9 and EC. RGB value is (186,201,236). Sum of RGB (Red+Green+Blue) = 186+201+236=623 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.86% from 623); Green value is 201 (78.91% from 255 or 32.26% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAC9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC9EC is #453613. Grayscale: #C8C8C8. Windows color (decimal): -4535828 or 15518138. OLE color: 15518138.

HSL color Cylindrical-coordinate representation of color #BAC9EC: hue angle of 222º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAC9EC is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 201 236 -
CMYK 0.21 0.15 0 0.07
HSL 222º 0.57% 0.83% -
HSV(B) 222º 0.21% 0.93% -
XYZ 56.28 58.27 87.64 -
YUV 200.51 148.03 117.65 -
System Red Green Blue C M Y K H S L
Decimal 186 201 236 0.21 0.15 0 0.07 222 0.57 0.83
Hex BA C9 EC 15 F 0 7 DE 39 53
Octal 272 311 354 25 17 0 7 336 71 123
Binary 10111010 11001001 11101100 10101 1111 0 111 11011110 111001 1010011

Color Harmonies of #BAC9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC9EC

Black with #BAC9EC

Text Example


Text Example

White with #BAC9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC9EC; }

 p { color: rgb(186,201,236); }

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

background-color css

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

 a { background-color: rgb(186,201,236); }

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

border-color css

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

 span { border-color: rgb(186,201,236); }

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