Html Css Color HEX #BAC7E8 Periwinkle

📋 copy color: '#BAC7E8'

red 186 ◦ green 199 ◦ blue 232

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

Shades of Periwinkle #BAC7E8

Tints of Periwinkle #BAC7E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37.6%

R = 30.15%
G = 32.25%
B = 37.6%

CMYK

 C value IS 0.20

 M value IS 0.14

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BAC7E8 (or 0xBAC7E8) is known color: Periwinkle. HEX triplet: BA, C7 and E8. RGB value is (186,199,232). Sum of RGB (Red+Green+Blue) = 186+199+232=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 199 (78.12% from 255 or 32.25% from 617); Blue value is 232 (91.02% from 255 or 37.60% from 617); Max value from RGB is 232 - color contains mainly: blue. Hex color #BAC7E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC7E8 is #453817. Grayscale: #C6C6C6. Windows color (decimal): -4536344 or 15255482. OLE color: 15255482.

HSL color Cylindrical-coordinate representation of color #BAC7E8: hue angle of 223.04º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAC7E8 is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 199 232 -
CMYK 0.20 0.14 0 0.09
HSL 223.04º 0.5% 0.82% -
HSV(B) 223.04º 0.2% 0.91% -
XYZ 55.24 57.11 84.46 -
YUV 198.88 146.69 118.82 -
System Red Green Blue C M Y K H S L
Decimal 186 199 232 0.20 0.14 0 0.09 223.04 0.5 0.82
Hex BA C7 E8 14 E 0 9 DF 32 52
Octal 272 307 350 24 16 0 11 337 62 122
Binary 10111010 11000111 11101000 10100 1110 0 1001 11011111 110010 1010010

Color Harmonies of #BAC7E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC7E8

Black with #BAC7E8

Text Example


Text Example

White with #BAC7E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC7E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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