Html Css Color HEX #BAC9F9 Periwinkle

📋 copy color: '#BAC9F9'

red 186 ◦ green 201 ◦ blue 249

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

Shades of Periwinkle #BAC9F9

Tints of Periwinkle #BAC9F9

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.6%

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

R = 29.25%
G = 31.6%
B = 39.15%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BAC9F9 (or 0xBAC9F9) is known color: Periwinkle. HEX triplet: BA, C9 and F9. RGB value is (186,201,249). Sum of RGB (Red+Green+Blue) = 186+201+249=636 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.25% from 636); Green value is 201 (78.91% from 255 or 31.60% from 636); Blue value is 249 (97.66% from 255 or 39.15% from 636); Max value from RGB is 249 - color contains mainly: blue. Hex color #BAC9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC9F9 is #453606. Grayscale: #C9C9C9. Windows color (decimal): -4535815 or 16370106. OLE color: 16370106.

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

Color convert

RGB 186 201 249 -
CMYK 0.25 0.19 0 0.02
HSL 225.71º 0.84% 0.85% -
HSV(B) 225.71º 0.25% 0.98% -
XYZ 58.24 59.05 97.95 -
YUV 201.99 154.53 116.6 -
System Red Green Blue C M Y K H S L
Decimal 186 201 249 0.25 0.19 0 0.02 225.71 0.84 0.85
Hex BA C9 F9 19 13 0 2 E2 54 55
Octal 272 311 371 31 23 0 2 342 124 125
Binary 10111010 11001001 11111001 11001 10011 0 10 11100010 1010100 1010101

Color Harmonies of #BAC9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC9F9

Black with #BAC9F9

Text Example


Text Example

White with #BAC9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC9F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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