Html Css Color HEX #BAC5F5 Periwinkle

📋 copy color: '#BAC5F5'

red 186 ◦ green 197 ◦ blue 245

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

Shades of Periwinkle #BAC5F5

Tints of Periwinkle #BAC5F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 39.01%

R = 29.62%
G = 31.37%
B = 39.01%

CMYK

 C value IS 0.24

 M value IS 0.20

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BAC5F5 (or 0xBAC5F5) is known color: Periwinkle. HEX triplet: BA, C5 and F5. RGB value is (186,197,245). Sum of RGB (Red+Green+Blue) = 186+197+245=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 197 (77.34% from 255 or 31.37% from 628); Blue value is 245 (96.09% from 255 or 39.01% from 628); Max value from RGB is 245 - color contains mainly: blue. Hex color #BAC5F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC5F5 is #453A0A. Grayscale: #C6C6C6. Windows color (decimal): -4536843 or 16106938. OLE color: 16106938.

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

Color convert

RGB 186 197 245 -
CMYK 0.24 0.20 0 0.04
HSL 228.81º 0.75% 0.85% -
HSV(B) 228.81º 0.24% 0.96% -
XYZ 56.7 56.96 94.39 -
YUV 199.18 153.86 118.6 -
System Red Green Blue C M Y K H S L
Decimal 186 197 245 0.24 0.20 0 0.04 228.81 0.75 0.85
Hex BA C5 F5 18 14 0 4 E5 4B 55
Octal 272 305 365 30 24 0 4 345 113 125
Binary 10111010 11000101 11110101 11000 10100 0 100 11100101 1001011 1010101

Color Harmonies of #BAC5F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC5F5

Black with #BAC5F5

Text Example


Text Example

White with #BAC5F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC5F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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