Html Css Color HEX #BAC6F4 Periwinkle

📋 copy color: '#BAC6F4'

red 186 ◦ green 198 ◦ blue 244

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

Shades of Periwinkle #BAC6F4

Tints of Periwinkle #BAC6F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 38.85%

R = 29.62%
G = 31.53%
B = 38.85%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BAC6F4 (or 0xBAC6F4) is known color: Periwinkle. HEX triplet: BA, C6 and F4. RGB value is (186,198,244). Sum of RGB (Red+Green+Blue) = 186+198+244=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 198 (77.73% from 255 or 31.53% from 628); Blue value is 244 (95.70% from 255 or 38.85% from 628); Max value from RGB is 244 - color contains mainly: blue. Hex color #BAC6F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC6F4 is #45390B. Grayscale: #C7C7C7. Windows color (decimal): -4536588 or 16041658. OLE color: 16041658.

HSL color Cylindrical-coordinate representation of color #BAC6F4: hue angle of 227.59º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAC6F4 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 198 244 -
CMYK 0.24 0.19 0 0.04
HSL 227.59º 0.73% 0.84% -
HSV(B) 227.59º 0.24% 0.96% -
XYZ 56.77 57.36 93.67 -
YUV 199.66 153.02 118.26 -
System Red Green Blue C M Y K H S L
Decimal 186 198 244 0.24 0.19 0 0.04 227.59 0.73 0.84
Hex BA C6 F4 18 13 0 4 E4 48 54
Octal 272 306 364 30 23 0 4 344 110 124
Binary 10111010 11000110 11110100 11000 10011 0 100 11100100 1001000 1010100

Color Harmonies of #BAC6F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC6F4

Black with #BAC6F4

Text Example


Text Example

White with #BAC6F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC6F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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