Html Css Color HEX #BAC6FA Periwinkle

📋 copy color: '#BAC6FA'

red 186 ◦ green 198 ◦ blue 250

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

Shades of Periwinkle #BAC6FA

Tints of Periwinkle #BAC6FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.43%

R = 29.34%
G = 31.23%
B = 39.43%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BAC6FA (or 0xBAC6FA) is known color: Periwinkle. HEX triplet: BA, C6 and FA. RGB value is (186,198,250). Sum of RGB (Red+Green+Blue) = 186+198+250=634 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.34% from 634); Green value is 198 (77.73% from 255 or 31.23% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAC6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC6FA is #453905. Grayscale: #C8C8C8. Windows color (decimal): -4536582 or 16434874. OLE color: 16434874.

HSL color Cylindrical-coordinate representation of color #BAC6FA: hue angle of 228.75º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAC6FA is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 198 250 -
CMYK 0.26 0.21 0 0.02
HSL 228.75º 0.86% 0.85% -
HSV(B) 228.75º 0.26% 0.98% -
XYZ 57.7 57.73 98.54 -
YUV 200.34 156.02 117.77 -
System Red Green Blue C M Y K H S L
Decimal 186 198 250 0.26 0.21 0 0.02 228.75 0.86 0.85
Hex BA C6 FA 1A 15 0 2 E5 56 55
Octal 272 306 372 32 25 0 2 345 126 125
Binary 10111010 11000110 11111010 11010 10101 0 10 11100101 1010110 1010101

Color Harmonies of #BAC6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC6FA

Black with #BAC6FA

Text Example


Text Example

White with #BAC6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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