Html Css Color HEX #BAC5EF Periwinkle

📋 copy color: '#BAC5EF'

red 186 ◦ green 197 ◦ blue 239

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

Shades of Periwinkle #BAC5EF

Tints of Periwinkle #BAC5EF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.67%

 BLUE value IS 239 (93.75% from 255) = 38.42%

R = 29.9%
G = 31.67%
B = 38.42%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BAC5EF (or 0xBAC5EF) is known color: Periwinkle. HEX triplet: BA, C5 and EF. RGB value is (186,197,239). Sum of RGB (Red+Green+Blue) = 186+197+239=622 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.90% from 622); Green value is 197 (77.34% from 255 or 31.67% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 239 - color contains mainly: blue. Hex color #BAC5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC5EF is #453A10. Grayscale: #C6C6C6. Windows color (decimal): -4536849 or 15713722. OLE color: 15713722.

HSL color Cylindrical-coordinate representation of color #BAC5EF: hue angle of 227.55º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAC5EF is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 197 239 -
CMYK 0.22 0.18 0 0.06
HSL 227.55º 0.62% 0.83% -
HSV(B) 227.55º 0.22% 0.94% -
XYZ 55.8 56.6 89.65 -
YUV 198.5 150.86 119.08 -
System Red Green Blue C M Y K H S L
Decimal 186 197 239 0.22 0.18 0 0.06 227.55 0.62 0.83
Hex BA C5 EF 16 12 0 6 E4 3E 53
Octal 272 305 357 26 22 0 6 344 76 123
Binary 10111010 11000101 11101111 10110 10010 0 110 11100100 111110 1010011

Color Harmonies of #BAC5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC5EF

Black with #BAC5EF

Text Example


Text Example

White with #BAC5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC5EF; }

 p { color: rgb(186,197,239); }

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

background-color css

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

 a { background-color: rgb(186,197,239); }

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

border-color css

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

 span { border-color: rgb(186,197,239); }

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