Html Css Color HEX #BAC7E6 Periwinkle

📋 copy color: '#BAC7E6'

red 186 ◦ green 199 ◦ blue 230

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

Shades of Periwinkle #BAC7E6

Tints of Periwinkle #BAC7E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.4%

R = 30.24%
G = 32.36%
B = 37.4%

CMYK

 C value IS 0.19

 M value IS 0.13

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BAC7E6 (or 0xBAC7E6) is known color: Periwinkle. HEX triplet: BA, C7 and E6. RGB value is (186,199,230). Sum of RGB (Red+Green+Blue) = 186+199+230=615 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.24% from 615); Green value is 199 (78.12% from 255 or 32.36% from 615); Blue value is 230 (90.23% from 255 or 37.40% from 615); Max value from RGB is 230 - color contains mainly: blue. Hex color #BAC7E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC7E6 is #453819. Grayscale: #C6C6C6. Windows color (decimal): -4536346 or 15124410. OLE color: 15124410.

HSL color Cylindrical-coordinate representation of color #BAC7E6: hue angle of 222.27º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAC7E6 is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 199 230 -
CMYK 0.19 0.13 0 0.10
HSL 222.27º 0.47% 0.82% -
HSV(B) 222.27º 0.19% 0.9% -
XYZ 54.96 57 82.97 -
YUV 198.65 145.69 118.98 -
System Red Green Blue C M Y K H S L
Decimal 186 199 230 0.19 0.13 0 0.10 222.27 0.47 0.82
Hex BA C7 E6 13 D 0 A DE 2F 52
Octal 272 307 346 23 15 0 12 336 57 122
Binary 10111010 11000111 11100110 10011 1101 0 1010 11011110 101111 1010010

Color Harmonies of #BAC7E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC7E6

Black with #BAC7E6

Text Example


Text Example

White with #BAC7E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC7E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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