Html Css Color HEX #BAC7F5 Periwinkle

📋 copy color: '#BAC7F5'

red 186 ◦ green 199 ◦ blue 245

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

Shades of Periwinkle #BAC7F5

Tints of Periwinkle #BAC7F5

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.59%

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

R = 29.52%
G = 31.59%
B = 38.89%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BAC7F5 (or 0xBAC7F5) is known color: Periwinkle. HEX triplet: BA, C7 and F5. RGB value is (186,199,245). Sum of RGB (Red+Green+Blue) = 186+199+245=630 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.52% from 630); Green value is 199 (78.12% from 255 or 31.59% from 630); Blue value is 245 (96.09% from 255 or 38.89% from 630); Max value from RGB is 245 - color contains mainly: blue. Hex color #BAC7F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC7F5 is #45380A. Grayscale: #C8C8C8. Windows color (decimal): -4536331 or 16107450. OLE color: 16107450.

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

Color convert

RGB 186 199 245 -
CMYK 0.24 0.19 0 0.04
HSL 226.78º 0.75% 0.85% -
HSV(B) 226.78º 0.24% 0.96% -
XYZ 57.15 57.88 94.55 -
YUV 200.36 153.19 117.76 -
System Red Green Blue C M Y K H S L
Decimal 186 199 245 0.24 0.19 0 0.04 226.78 0.75 0.85
Hex BA C7 F5 18 13 0 4 E3 4B 55
Octal 272 307 365 30 23 0 4 343 113 125
Binary 10111010 11000111 11110101 11000 10011 0 100 11100011 1001011 1010101

Color Harmonies of #BAC7F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC7F5

Black with #BAC7F5

Text Example


Text Example

White with #BAC7F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC7F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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