Html Css Color HEX #BAC4DD Periwinkle

📋 copy color: '#BAC4DD'

red 186 ◦ green 196 ◦ blue 221

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

Shades of Periwinkle #BAC4DD

Tints of Periwinkle #BAC4DD

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.5%

 BLUE value IS 221 (86.72% from 255) = 36.65%

R = 30.85%
G = 32.5%
B = 36.65%

CMYK

 C value IS 0.16

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BAC4DD (or 0xBAC4DD) is known color: Periwinkle. HEX triplet: BA, C4 and DD. RGB value is (186,196,221). Sum of RGB (Red+Green+Blue) = 186+196+221=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 196 (76.95% from 255 or 32.50% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 221 - color contains mainly: blue. Hex color #BAC4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC4DD is #453B22. Grayscale: #C3C3C3. Windows color (decimal): -4537123 or 14533818. OLE color: 14533818.

HSL color Cylindrical-coordinate representation of color #BAC4DD: hue angle of 222.86º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BAC4DD is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 196 221 -
CMYK 0.16 0.11 0 0.13
HSL 222.86º 0.34% 0.8% -
HSV(B) 222.86º 0.16% 0.87% -
XYZ 53.04 55.14 76.25 -
YUV 195.86 142.19 120.97 -
System Red Green Blue C M Y K H S L
Decimal 186 196 221 0.16 0.11 0 0.13 222.86 0.34 0.8
Hex BA C4 DD 10 B 0 D DF 22 50
Octal 272 304 335 20 13 0 15 337 42 120
Binary 10111010 11000100 11011101 10000 1011 0 1101 11011111 100010 1010000

Color Harmonies of #BAC4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC4DD

Black with #BAC4DD

Text Example


Text Example

White with #BAC4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC4DD; }

 p { color: rgb(186,196,221); }

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

background-color css

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

 a { background-color: rgb(186,196,221); }

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

border-color css

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

 span { border-color: rgb(186,196,221); }

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