Html Css Color HEX #BAC7EA Periwinkle

📋 copy color: '#BAC7EA'

red 186 ◦ green 199 ◦ blue 234

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

Shades of Periwinkle #BAC7EA

Tints of Periwinkle #BAC7EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.8%

R = 30.05%
G = 32.15%
B = 37.8%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BAC7EA (or 0xBAC7EA) is known color: Periwinkle. HEX triplet: BA, C7 and EA. RGB value is (186,199,234). Sum of RGB (Red+Green+Blue) = 186+199+234=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 199 (78.12% from 255 or 32.15% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAC7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC7EA is #453815. Grayscale: #C6C6C6. Windows color (decimal): -4536342 or 15386554. OLE color: 15386554.

HSL color Cylindrical-coordinate representation of color #BAC7EA: hue angle of 223.75º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAC7EA is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 199 234 -
CMYK 0.21 0.15 0 0.08
HSL 223.75º 0.53% 0.82% -
HSV(B) 223.75º 0.21% 0.92% -
XYZ 55.52 57.23 85.96 -
YUV 199.1 147.69 118.65 -
System Red Green Blue C M Y K H S L
Decimal 186 199 234 0.21 0.15 0 0.08 223.75 0.53 0.82
Hex BA C7 EA 15 F 0 8 E0 35 52
Octal 272 307 352 25 17 0 10 340 65 122
Binary 10111010 11000111 11101010 10101 1111 0 1000 11100000 110101 1010010

Color Harmonies of #BAC7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC7EA

Black with #BAC7EA

Text Example


Text Example

White with #BAC7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC7EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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