Html Css Color HEX #BAC5F3 Periwinkle

📋 copy color: '#BAC5F3'

red 186 ◦ green 197 ◦ blue 243

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

Shades of Periwinkle #BAC5F3

Tints of Periwinkle #BAC5F3

RGB

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

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

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

R = 29.71%
G = 31.47%
B = 38.82%

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

#BAC5F3 (or 0xBAC5F3) is known color: Periwinkle. HEX triplet: BA, C5 and F3. RGB value is (186,197,243). Sum of RGB (Red+Green+Blue) = 186+197+243=626 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.71% from 626); Green value is 197 (77.34% from 255 or 31.47% from 626); Blue value is 243 (95.31% from 255 or 38.82% from 626); Max value from RGB is 243 - color contains mainly: blue. Hex color #BAC5F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC5F3 is #453A0C. Grayscale: #C6C6C6. Windows color (decimal): -4536845 or 15975866. OLE color: 15975866.

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

Color convert

RGB 186 197 243 -
CMYK 0.23 0.19 0 0.05
HSL 228.42º 0.7% 0.84% -
HSV(B) 228.42º 0.23% 0.95% -
XYZ 56.39 56.84 92.79 -
YUV 198.96 152.86 118.76 -
System Red Green Blue C M Y K H S L
Decimal 186 197 243 0.23 0.19 0 0.05 228.42 0.7 0.84
Hex BA C5 F3 17 13 0 5 E4 46 54
Octal 272 305 363 27 23 0 5 344 106 124
Binary 10111010 11000101 11110011 10111 10011 0 101 11100100 1000110 1010100

Color Harmonies of #BAC5F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC5F3

Black with #BAC5F3

Text Example


Text Example

White with #BAC5F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC5F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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