Html Css Color HEX #BAC5EE Periwinkle

📋 copy color: '#BAC5EE'

red 186 ◦ green 197 ◦ blue 238

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

Shades of Periwinkle #BAC5EE

Tints of Periwinkle #BAC5EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.33%

R = 29.95%
G = 31.72%
B = 38.33%

CMYK

 C value IS 0.22

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BAC5EE (or 0xBAC5EE) is known color: Periwinkle. HEX triplet: BA, C5 and EE. RGB value is (186,197,238). Sum of RGB (Red+Green+Blue) = 186+197+238=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 197 (77.34% from 255 or 31.72% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 238 - color contains mainly: blue. Hex color #BAC5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC5EE is #453A11. Grayscale: #C6C6C6. Windows color (decimal): -4536850 or 15648186. OLE color: 15648186.

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

Color convert

RGB 186 197 238 -
CMYK 0.22 0.17 0 0.07
HSL 227.31º 0.6% 0.83% -
HSV(B) 227.31º 0.22% 0.93% -
XYZ 55.65 56.54 88.87 -
YUV 198.39 150.36 119.17 -
System Red Green Blue C M Y K H S L
Decimal 186 197 238 0.22 0.17 0 0.07 227.31 0.6 0.83
Hex BA C5 EE 16 11 0 7 E3 3C 53
Octal 272 305 356 26 21 0 7 343 74 123
Binary 10111010 11000101 11101110 10110 10001 0 111 11100011 111100 1010011

Color Harmonies of #BAC5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC5EE

Black with #BAC5EE

Text Example


Text Example

White with #BAC5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC5EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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