Html Css Color HEX #BAC9F3 Periwinkle

📋 copy color: '#BAC9F3'

red 186 ◦ green 201 ◦ blue 243

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

Shades of Periwinkle #BAC9F3

Tints of Periwinkle #BAC9F3

RGB

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

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

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

R = 29.52%
G = 31.9%
B = 38.57%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BAC9F3 (or 0xBAC9F3) is known color: Periwinkle. HEX triplet: BA, C9 and F3. RGB value is (186,201,243). Sum of RGB (Red+Green+Blue) = 186+201+243=630 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.52% from 630); Green value is 201 (78.91% from 255 or 31.90% from 630); Blue value is 243 (95.31% from 255 or 38.57% from 630); Max value from RGB is 243 - color contains mainly: blue. Hex color #BAC9F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC9F3 is #45360C. Grayscale: #C9C9C9. Windows color (decimal): -4535821 or 15976890. OLE color: 15976890.

HSL color Cylindrical-coordinate representation of color #BAC9F3: hue angle of 224.21º 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 #BAC9F3 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 201 243 -
CMYK 0.23 0.17 0 0.05
HSL 224.21º 0.7% 0.84% -
HSV(B) 224.21º 0.23% 0.95% -
XYZ 57.31 58.68 93.1 -
YUV 201.3 151.53 117.08 -
System Red Green Blue C M Y K H S L
Decimal 186 201 243 0.23 0.17 0 0.05 224.21 0.7 0.84
Hex BA C9 F3 17 11 0 5 E0 46 54
Octal 272 311 363 27 21 0 5 340 106 124
Binary 10111010 11001001 11110011 10111 10001 0 101 11100000 1000110 1010100

Color Harmonies of #BAC9F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC9F3

Black with #BAC9F3

Text Example


Text Example

White with #BAC9F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC9F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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