Html Css Color HEX #BAC3EF Periwinkle

📋 copy color: '#BAC3EF'

red 186 ◦ green 195 ◦ blue 239

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

Shades of Periwinkle #BAC3EF

Tints of Periwinkle #BAC3EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.55%

R = 30%
G = 31.45%
B = 38.55%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BAC3EF (or 0xBAC3EF) is known color: Periwinkle. HEX triplet: BA, C3 and EF. RGB value is (186,195,239). Sum of RGB (Red+Green+Blue) = 186+195+239=620 (82% of max value = 765). Red value is 186 (73.05% from 255 or 30% from 620); Green value is 195 (76.56% from 255 or 31.45% from 620); Blue value is 239 (93.75% from 255 or 38.55% from 620); Max value from RGB is 239 - color contains mainly: blue. Hex color #BAC3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC3EF is #453C10. Grayscale: #C5C5C5. Windows color (decimal): -4537361 or 15713210. OLE color: 15713210.

HSL color Cylindrical-coordinate representation of color #BAC3EF: hue angle of 229.81º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAC3EF is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 195 239 -
CMYK 0.22 0.18 0 0.06
HSL 229.81º 0.62% 0.83% -
HSV(B) 229.81º 0.22% 0.94% -
XYZ 55.34 55.7 89.5 -
YUV 197.33 151.52 119.92 -
System Red Green Blue C M Y K H S L
Decimal 186 195 239 0.22 0.18 0 0.06 229.81 0.62 0.83
Hex BA C3 EF 16 12 0 6 E6 3E 53
Octal 272 303 357 26 22 0 6 346 76 123
Binary 10111010 11000011 11101111 10110 10010 0 110 11100110 111110 1010011

Color Harmonies of #BAC3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC3EF

Black with #BAC3EF

Text Example


Text Example

White with #BAC3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC3EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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