Html Css Color HEX #BAC6F3 Periwinkle

📋 copy color: '#BAC6F3'

red 186 ◦ green 198 ◦ blue 243

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

Shades of Periwinkle #BAC6F3

Tints of Periwinkle #BAC6F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.76%

R = 29.67%
G = 31.58%
B = 38.76%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BAC6F3 (or 0xBAC6F3) is known color: Periwinkle. HEX triplet: BA, C6 and F3. RGB value is (186,198,243). Sum of RGB (Red+Green+Blue) = 186+198+243=627 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.67% from 627); Green value is 198 (77.73% from 255 or 31.58% from 627); Blue value is 243 (95.31% from 255 or 38.76% from 627); Max value from RGB is 243 - color contains mainly: blue. Hex color #BAC6F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC6F3 is #45390C. Grayscale: #C7C7C7. Windows color (decimal): -4536589 or 15976122. OLE color: 15976122.

HSL color Cylindrical-coordinate representation of color #BAC6F3: hue angle of 227.37º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAC6F3 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 198 243 -
CMYK 0.23 0.19 0 0.05
HSL 227.37º 0.7% 0.84% -
HSV(B) 227.37º 0.23% 0.95% -
XYZ 56.62 57.3 92.87 -
YUV 199.54 152.52 118.34 -
System Red Green Blue C M Y K H S L
Decimal 186 198 243 0.23 0.19 0 0.05 227.37 0.7 0.84
Hex BA C6 F3 17 13 0 5 E3 46 54
Octal 272 306 363 27 23 0 5 343 106 124
Binary 10111010 11000110 11110011 10111 10011 0 101 11100011 1000110 1010100

Color Harmonies of #BAC6F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC6F3

Black with #BAC6F3

Text Example


Text Example

White with #BAC6F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC6F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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