Html Css Color HEX #BAC3EC Periwinkle

📋 copy color: '#BAC3EC'

red 186 ◦ green 195 ◦ blue 236

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

Shades of Periwinkle #BAC3EC

Tints of Periwinkle #BAC3EC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.6%

 BLUE value IS 236 (92.58% from 255) = 38.25%

R = 30.15%
G = 31.6%
B = 38.25%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BAC3EC (or 0xBAC3EC) is known color: Periwinkle. HEX triplet: BA, C3 and EC. RGB value is (186,195,236). Sum of RGB (Red+Green+Blue) = 186+195+236=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 195 (76.56% from 255 or 31.60% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAC3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC3EC is #453C13. Grayscale: #C4C4C4. Windows color (decimal): -4537364 or 15516602. OLE color: 15516602.

HSL color Cylindrical-coordinate representation of color #BAC3EC: hue angle of 229.2º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAC3EC is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 195 236 -
CMYK 0.21 0.17 0 0.07
HSL 229.2º 0.57% 0.83% -
HSV(B) 229.2º 0.21% 0.93% -
XYZ 54.91 55.53 87.18 -
YUV 196.98 150.02 120.17 -
System Red Green Blue C M Y K H S L
Decimal 186 195 236 0.21 0.17 0 0.07 229.2 0.57 0.83
Hex BA C3 EC 15 11 0 7 E5 39 53
Octal 272 303 354 25 21 0 7 345 71 123
Binary 10111010 11000011 11101100 10101 10001 0 111 11100101 111001 1010011

Color Harmonies of #BAC3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC3EC

Black with #BAC3EC

Text Example


Text Example

White with #BAC3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC3EC; }

 p { color: rgb(186,195,236); }

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

background-color css

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

 a { background-color: rgb(186,195,236); }

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

border-color css

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

 span { border-color: rgb(186,195,236); }

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