#BDC6EF

Color #BDC6EF Periwinkle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Periwinkle #BDC6EF

Tints of Periwinkle #BDC6EF

Color information

#BDC6EF (or 0xBDC6EF) is unknown color: approx Periwinkle. HEX triplet: BD, C6 and EF. RGB value is (189,198,239). Sum of RGB (Red+Green+Blue) = 189+198+239=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 198 (77.73% from 255 or 31.63% from 626); Blue value is 239 (93.75% from 255 or 38.18% from 626); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDC6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC6EF is #423910. Grayscale: #C7C7C7. Windows color (decimal): -4339985 or 15713981. OLE color: 15713981.

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

Color convert

RGB189198239-
CMYK0.210.1700.06
HSL229.2º60.98%83.92%-
HSV(B)229.2º20.92%93.73%-
XYZ56.7657.4489.76-
YUV199.98150.02120.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.19%
GREEN value IS 198 (77.73% from 255) = 31.63%
BLUE value IS 239 (93.75% from 255) = 38.18%
R=30.19%
G=31.63%
B=38.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1891982390.210.1700.06229.260.9883.92
HexBDC6EF151106e53d54
Octal27530635725210634575124
Binary10111101110001101110111110101100010110111001011111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC6EF; }

 p { color: rgb(189,198,239); }

 H1.HeaderClassName
 {
   color: #BDC6EF;
 }
 .AnyTagClassName
 {
   color: #BDC6EF;
 }
</style>
background-color css

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

 a { background-color: rgb(189,198,239); }

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

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

 span { border-color: rgb(189,198,239); }

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