Html Css Color HEX #BAC8F6 Periwinkle

📋 copy color: '#BAC8F6'

red 186 ◦ green 200 ◦ blue 246

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

Shades of Periwinkle #BAC8F6

Tints of Periwinkle #BAC8F6

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.65%

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

R = 29.43%
G = 31.65%
B = 38.92%

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

#BAC8F6 (or 0xBAC8F6) is known color: Periwinkle. HEX triplet: BA, C8 and F6. RGB value is (186,200,246). Sum of RGB (Red+Green+Blue) = 186+200+246=632 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.43% from 632); Green value is 200 (78.52% from 255 or 31.65% from 632); Blue value is 246 (96.48% from 255 or 38.92% from 632); Max value from RGB is 246 - color contains mainly: blue. Hex color #BAC8F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC8F6 is #453709. Grayscale: #C8C8C8. Windows color (decimal): -4536074 or 16173242. OLE color: 16173242.

HSL color Cylindrical-coordinate representation of color #BAC8F6: hue angle of 226º 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 #BAC8F6 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 200 246 -
CMYK 0.24 0.19 0 0.04
HSL 226º 0.77% 0.85% -
HSV(B) 226º 0.24% 0.96% -
XYZ 57.54 58.4 95.43 -
YUV 201.06 153.36 117.26 -
System Red Green Blue C M Y K H S L
Decimal 186 200 246 0.24 0.19 0 0.04 226 0.77 0.85
Hex BA C8 F6 18 13 0 4 E2 4D 55
Octal 272 310 366 30 23 0 4 342 115 125
Binary 10111010 11001000 11110110 11000 10011 0 100 11100010 1001101 1010101

Color Harmonies of #BAC8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC8F6

Black with #BAC8F6

Text Example


Text Example

White with #BAC8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC8F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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