Html Css Color HEX #BAC7F6 Periwinkle

📋 copy color: '#BAC7F6'

red 186 ◦ green 199 ◦ blue 246

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

Shades of Periwinkle #BAC7F6

Tints of Periwinkle #BAC7F6

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.54%

 BLUE value IS 246 (96.48% from 255) = 38.99%

R = 29.48%
G = 31.54%
B = 38.99%

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

#BAC7F6 (or 0xBAC7F6) is known color: Periwinkle. HEX triplet: BA, C7 and F6. RGB value is (186,199,246). Sum of RGB (Red+Green+Blue) = 186+199+246=631 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.48% from 631); Green value is 199 (78.12% from 255 or 31.54% from 631); Blue value is 246 (96.48% from 255 or 38.99% from 631); Max value from RGB is 246 - color contains mainly: blue. Hex color #BAC7F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC7F6 is #453809. Grayscale: #C8C8C8. Windows color (decimal): -4536330 or 16172986. OLE color: 16172986.

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

Color convert

RGB 186 199 246 -
CMYK 0.24 0.19 0 0.04
HSL 227º 0.77% 0.85% -
HSV(B) 227º 0.24% 0.96% -
XYZ 57.31 57.94 95.35 -
YUV 200.47 153.69 117.68 -
System Red Green Blue C M Y K H S L
Decimal 186 199 246 0.24 0.19 0 0.04 227 0.77 0.85
Hex BA C7 F6 18 13 0 4 E3 4D 55
Octal 272 307 366 30 23 0 4 343 115 125
Binary 10111010 11000111 11110110 11000 10011 0 100 11100011 1001101 1010101

Color Harmonies of #BAC7F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC7F6

Black with #BAC7F6

Text Example


Text Example

White with #BAC7F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC7F6; }

 p { color: rgb(186,199,246); }

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

background-color css

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

 a { background-color: rgb(186,199,246); }

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

border-color css

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

 span { border-color: rgb(186,199,246); }

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