Html Css Color HEX #BAC5E5 Periwinkle

📋 copy color: '#BAC5E5'

red 186 ◦ green 197 ◦ blue 229

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

Shades of Periwinkle #BAC5E5

Tints of Periwinkle #BAC5E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.42%

R = 30.39%
G = 32.19%
B = 37.42%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BAC5E5 (or 0xBAC5E5) is known color: Periwinkle. HEX triplet: BA, C5 and E5. RGB value is (186,197,229). Sum of RGB (Red+Green+Blue) = 186+197+229=612 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.39% from 612); Green value is 197 (77.34% from 255 or 32.19% from 612); Blue value is 229 (89.84% from 255 or 37.42% from 612); Max value from RGB is 229 - color contains mainly: blue. Hex color #BAC5E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC5E5 is #453A1A. Grayscale: #C5C5C5. Windows color (decimal): -4536859 or 15058362. OLE color: 15058362.

HSL color Cylindrical-coordinate representation of color #BAC5E5: hue angle of 224.65º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAC5E5 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 197 229 -
CMYK 0.19 0.14 0 0.10
HSL 224.65º 0.45% 0.81% -
HSV(B) 224.65º 0.19% 0.9% -
XYZ 54.36 56.03 82.08 -
YUV 197.36 145.86 119.9 -
System Red Green Blue C M Y K H S L
Decimal 186 197 229 0.19 0.14 0 0.10 224.65 0.45 0.81
Hex BA C5 E5 13 E 0 A E1 2D 51
Octal 272 305 345 23 16 0 12 341 55 121
Binary 10111010 11000101 11100101 10011 1110 0 1010 11100001 101101 1010001

Color Harmonies of #BAC5E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC5E5

Black with #BAC5E5

Text Example


Text Example

White with #BAC5E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC5E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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