Html Css Color HEX #BAC5F9 Periwinkle

📋 copy color: '#BAC5F9'

red 186 ◦ green 197 ◦ blue 249

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

Shades of Periwinkle #BAC5F9

Tints of Periwinkle #BAC5F9

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.17%

 BLUE value IS 249 (97.66% from 255) = 39.4%

R = 29.43%
G = 31.17%
B = 39.4%

CMYK

 C value IS 0.25

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BAC5F9 (or 0xBAC5F9) is known color: Periwinkle. HEX triplet: BA, C5 and F9. RGB value is (186,197,249). Sum of RGB (Red+Green+Blue) = 186+197+249=632 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.43% from 632); Green value is 197 (77.34% from 255 or 31.17% from 632); Blue value is 249 (97.66% from 255 or 39.40% from 632); Max value from RGB is 249 - color contains mainly: blue. Hex color #BAC5F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC5F9 is #453A06. Grayscale: #C7C7C7. Windows color (decimal): -4536839 or 16369082. OLE color: 16369082.

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

Color convert

RGB 186 197 249 -
CMYK 0.25 0.21 0 0.02
HSL 229.52º 0.84% 0.85% -
HSV(B) 229.52º 0.25% 0.98% -
XYZ 57.31 57.21 97.64 -
YUV 199.64 155.86 118.27 -
System Red Green Blue C M Y K H S L
Decimal 186 197 249 0.25 0.21 0 0.02 229.52 0.84 0.85
Hex BA C5 F9 19 15 0 2 E6 54 55
Octal 272 305 371 31 25 0 2 346 124 125
Binary 10111010 11000101 11111001 11001 10101 0 10 11100110 1010100 1010101

Color Harmonies of #BAC5F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC5F9

Black with #BAC5F9

Text Example


Text Example

White with #BAC5F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC5F9; }

 p { color: rgb(186,197,249); }

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

background-color css

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

 a { background-color: rgb(186,197,249); }

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

border-color css

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

 span { border-color: rgb(186,197,249); }

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