Html Css Color HEX #BAC6ED Periwinkle

📋 copy color: '#BAC6ED'

red 186 ◦ green 198 ◦ blue 237

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

Shades of Periwinkle #BAC6ED

Tints of Periwinkle #BAC6ED

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.88%

 BLUE value IS 237 (92.97% from 255) = 38.16%

R = 29.95%
G = 31.88%
B = 38.16%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BAC6ED (or 0xBAC6ED) is known color: Periwinkle. HEX triplet: BA, C6 and ED. RGB value is (186,198,237). Sum of RGB (Red+Green+Blue) = 186+198+237=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 198 (77.73% from 255 or 31.88% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #BAC6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC6ED is #453912. Grayscale: #C6C6C6. Windows color (decimal): -4536595 or 15582906. OLE color: 15582906.

HSL color Cylindrical-coordinate representation of color #BAC6ED: hue angle of 225.88º degrees, saturation: 0.59, 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 #BAC6ED is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 198 237 -
CMYK 0.22 0.16 0 0.07
HSL 225.88º 0.59% 0.83% -
HSV(B) 225.88º 0.22% 0.93% -
XYZ 55.73 56.94 88.17 -
YUV 198.86 149.52 118.83 -
System Red Green Blue C M Y K H S L
Decimal 186 198 237 0.22 0.16 0 0.07 225.88 0.59 0.83
Hex BA C6 ED 16 10 0 7 E2 3B 53
Octal 272 306 355 26 20 0 7 342 73 123
Binary 10111010 11000110 11101101 10110 10000 0 111 11100010 111011 1010011

Color Harmonies of #BAC6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC6ED

Black with #BAC6ED

Text Example


Text Example

White with #BAC6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC6ED; }

 p { color: rgb(186,198,237); }

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

background-color css

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

 a { background-color: rgb(186,198,237); }

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

border-color css

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

 span { border-color: rgb(186,198,237); }

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