Html Css Color HEX #BACDF6 Periwinkle

📋 copy color: '#BACDF6'

red 186 ◦ green 205 ◦ blue 246

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

Shades of Periwinkle #BACDF6

Tints of Periwinkle #BACDF6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.18%

 BLUE value IS 246 (96.48% from 255) = 38.62%

R = 29.2%
G = 32.18%
B = 38.62%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BACDF6 (or 0xBACDF6) is known color: Periwinkle. HEX triplet: BA, CD and F6. RGB value is (186,205,246). Sum of RGB (Red+Green+Blue) = 186+205+246=637 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.20% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 246 (96.48% from 255 or 38.62% from 637); Max value from RGB is 246 - color contains mainly: blue. Hex color #BACDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACDF6 is #453209. Grayscale: #CBCBCB. Windows color (decimal): -4534794 or 16174522. OLE color: 16174522.

HSL color Cylindrical-coordinate representation of color #BACDF6: hue angle of 221º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BACDF6 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 205 246 -
CMYK 0.24 0.17 0 0.04
HSL 221º 0.77% 0.85% -
HSV(B) 221º 0.24% 0.96% -
XYZ 58.72 60.76 95.82 -
YUV 203.99 151.71 115.17 -
System Red Green Blue C M Y K H S L
Decimal 186 205 246 0.24 0.17 0 0.04 221 0.77 0.85
Hex BA CD F6 18 11 0 4 DD 4D 55
Octal 272 315 366 30 21 0 4 335 115 125
Binary 10111010 11001101 11110110 11000 10001 0 100 11011101 1001101 1010101

Color Harmonies of #BACDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACDF6

Black with #BACDF6

Text Example


Text Example

White with #BACDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACDF6; }

 p { color: rgb(186,205,246); }

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

background-color css

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

 a { background-color: rgb(186,205,246); }

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

border-color css

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

 span { border-color: rgb(186,205,246); }

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